|
ReactOS 0.4.16-dev-2204-g370eb8c
|

Go to the source code of this file.
Classes | |
| struct | _exception |
| struct | _complex |
Variables | |
| union { | |
| unsigned int __i | |
| float __f | |
| } | __inff = { 0x7f800000 } |
| union { | |
| unsigned int __i | |
| float __f | |
| } | __nanf = { 0x7fc00000 } |
| #define INFINITY (__inff.__f) |
| #define isnormal | ( | x | ) | (sizeof(x) == sizeof(float) ? __isnormalf(x) : __isnormal(x)) |
| #define NAN (__nanf.__f) |
Definition at line 333 of file math.h.
Definition at line 1227 of file math.c.
Referenced by _chgsignf(), and _chgsignl().
Definition at line 17 of file copysign.c.
Referenced by _copysignf(), and _copysignl().
Definition at line 34 of file _copysignf.c.
Definition at line 34 of file hypot.c.
Referenced by _cabs(), _hypotf(), _hypotl(), hypot(), and hypotl().
Definition at line 45 of file hypotf.c.
Referenced by hypotf().
Definition at line 38 of file logbf.c.
| _ACRTIMP int __cdecl _matherr | ( | struct _exception * | e | ) |
| _ACRTIMP double __cdecl _scalb | ( | double | num, |
| __msvcrt_long | power | ||
| ) |
Definition at line 28 of file acos.c.
Referenced by __libm_sse2_acos(), __libm_sse2_acosf(), _CIacos(), _libm_sse2_acos_precise(), acosf(), acosl(), AngleBetweenVectorsRad(), D3DRMQuaternionSlerp(), fpu_invalid_operation(), Math_acos(), CDrvDefExt::PaintStaticControls(), pres_acos(), rpn_acos(), Test_acos_approx(), Test_acos_exact(), test_math_errors(), and ValarrayTest::transcendentals().
Definition at line 47 of file acosf.c.
Referenced by D3DXComputeTangentFrameEx(), D3DXQuaternionLn(), D3DXQuaternionSlerp(), D3DXQuaternionToAxisAngle(), Test_acosf_approx(), and Test_acosf_exact().
Definition at line 31 of file asin.c.
Referenced by __libm_sse2_asin(), __libm_sse2_asinf(), _CIasin(), _libm_sse2_asin_precise(), asinf(), asinl(), Math_asin(), MSVCRT_asin(), pres_asin(), rpn_asin(), Test_asin_approx(), Test_asin_exact(), and ValarrayTest::transcendentals().
Definition at line 47 of file asinf.c.
Referenced by D3DXSHEvalSphericalLight(), Test_asinf_approx(), and Test_asinf_exact().
Definition at line 44 of file atan.c.
Referenced by __libm_sse2_atan(), __libm_sse2_atanf(), _CIatan(), _libm_sse2_atan_precise(), atanf(), atanl(), GdipCreateLineBrushFromRectWithAngle(), Global_Atn(), Math_atan(), MSVCRT_atan(), pres_atan(), rpn_atan(), Test_atan_approx(), Test_atan_exact(), and ValarrayTest::transcendentals().
Definition at line 52 of file atan2.c.
Referenced by __libm_sse2_atan2(), _CIatan2(), acos(), asin(), atan2f(), atan2l(), EMFDRV_ArcChordPie(), gdiplus_atan2(), GetDirection(), IntArc(), IntGdiWidenPath(), log10T(), logT(), Math_atan2(), PATH_Arc(), powT(), pres_atan2(), and ValarrayTest::transcendentals().
Definition at line 51 of file atan2f.c.
Referenced by D3DXSHRotate().
Definition at line 47 of file atanf.c.
Referenced by MSVCRT_atanf(), Test_atanf_approx(), and Test_atanf_exact().
Referenced by rpn_cbrt().
Definition at line 18 of file ceil.c.
Referenced by brush_fill_pixels(), ceilf(), ceill(), convert_to_fos_high_precision(), findRightGridIndices(), IntDrawArc(), IntFillArc(), Math_ceil(), PATH_Arc(), round(), rpn_dec2dms(), Test_ceil(), VarBstrFromDate(), VarFix(), VarR8Round(), VarRound(), and VarUdateFromDate().
Definition at line 40 of file ceilf.c.
Definition at line 21 of file cos.c.
Referenced by __cos(), __libm_sse2_cos(), __libm_sse2_cosf(), __sincos(), _CIcos(), _libm_sse2_cos_precise(), add_arc_part(), AngleBetweenVectorsRad(), attempt_line_merge(), compute_sincos_table(), cosf(), cosl(), create_outline(), D3DRMQuaternionFromRotation(), D3DRMVectorRotate(), draw_cap(), draw_graphics(), DrawGLScene(), EMFDRV_ArcChordPie(), expT(), GdipRotateMatrix(), generateTestSignal(), gl_Lightfv(), gl_rotation_matrix(), Global_Cos(), init_layer3(), IntGdiAngleArc(), IntGdiWidenPath(), Math_cos(), CDrvDefExt::PaintStaticControls(), PATH_DoArcPart(), polar(), powT(), prepare_decode_tables(), pres_cos(), render(), RotatePoint(), rpn_cos(), shorten_line_percent(), sincos(), Test_cos_approx(), Test_cos_exact(), ValarrayTest::transcendentals(), and unstretch_angle().
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 13 of file cosf.c.
Referenced by compute_polygon(), compute_sincos_table(), compute_torus(), d3drm_matrix_set_rotation(), D3DXCreatePolygon(), D3DXCreateSphere(), D3DXCreateTextW(), D3DXCreateTorus(), D3DXMatrixAffineTransformation2D(), D3DXMatrixRotationAxis(), D3DXMatrixRotationX(), D3DXMatrixRotationY(), D3DXMatrixRotationYawPitchRoll(), D3DXMatrixRotationZ(), D3DXMatrixTransformation2D(), D3DXQuaternionExp(), D3DXQuaternionRotationAxis(), D3DXQuaternionRotationYawPitchRoll(), D3DXSHRotateZ(), GdipCreateLineBrushFromRectWithAngle(), set_rotation_xform(), shader_glsl_ffp_vertex_light_uniform(), sincosf(), Test_cosf_approx(), Test_cosf_exact(), Test_ExtCreateRegion_Transform(), weightedcapintegrale(), and wined3d_device_set_light().
Definition at line 11 of file cosh.c.
Referenced by _CIcosh(), coshf(), coshl(), rpn_cosh(), test_math_functions(), and ValarrayTest::transcendentals().
Definition at line 51 of file coshf.c.
Referenced by test_math_functions().
Referenced by create_cab_file(), create_cc_test_files(), extract_cabinet(), extract_cabinet_stream(), ExtractCabinet(), GdipSetLineSigmaBlend(), GdipSetPathGradientSigmaBlend(), HResultFrom(), Init(), SetupIterateCabinetA(), SetupIterateCabinetW(), test_FDICopy(), test_FDICreate(), test_FDIDestroy(), and test_FDIIsCabinet().
Referenced by Test_expf_approx(), and Test_expf_exact().
Referenced by __ieee754_j0(), __ieee754_j1(), __ieee754_jn(), _hypot(), brush_fill_pixels(), check_dc_state(), check_mat(), colors_match(), ColorTest(), compare(), compare_bitmap_data(), cosh(), DBG_is_U_direction(), EMF_FixIsotropic(), eto_scale_enum_proc(), fabsf(), fabsl(), fill_cube_positive_x(), findLeftGridIndices(), flatten_bezier(), GdipCreateLineBrush(), GdipGetPathWorldBounds(), GdipIsMatrixInvertible(), height_to_LP(), in_plane(), IntGdiWidenPath(), linear_vari_process(), linegradient_init_transform(), logic_dbl2int(), myequal(), ok_path(), PATH_DoArcPart(), prepare_rpn_result_2(), pres_log(), pres_rsq(), relative_error(), sampleCompTopSimpleOpt(), ScriptXtoCP(), sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_stereo_vari_process(), src_process(), sampledLine::tessellate(), test_BeginContainer2(), test_buffer(), test_buffer8(), test_clipping(), test_clipping_2(), test_D3DXSHEvalSphericalLight(), test_D3DXSHRotateZ(), test_decode_4bpp(), test_decode_bitfields(), test_decode_rle4(), test_decode_rle8(), Test_fabs(), test_font_height_scaling(), test_GdipMeasureString(), test_session_creation(), test_tiff_resolution(), test_transform(), unstretch_angle(), VarUdateFromDate(), width_to_LP(), xform_eq(), xform_near_match(), xsltFormatNumberConversion(), xsltNumberFormatDecimal(), zoh_vari_process(), and CardRegion::ZoomCard().
Referenced by check_vertex_components(), d3dx9_mesh_GenerateAdjacency(), D3DXIntersectTri(), D3DXSHRotate(), float_32_to_16(), invert_matrix(), invert_matrix_3d(), near_equal(), test_channelvolume(), Test_fabsf(), test_simplevolume(), test_streamvolume(), test_volume_dependence(), weld_float1(), weld_float16_2(), weld_float16_4(), weld_float2(), weld_float3(), and weld_float4().
Definition at line 18 of file floor.c.
Referenced by Array_set_length(), Array_slice(), d3drm_color_component(), Date_getTimezoneOffset(), Date_setYear(), day(), day_from_year(), EMF_FixIsotropic(), EmfEnumProc(), floorf(), floorl(), GDI_ROUND(), CAppScrnshotPreview::GetRequestedWidth(), hour_from_time(), HTMLRect_get_bottom(), HTMLRect_get_left(), HTMLRect_get_right(), HTMLRect_get_top(), I10_OUTPUT(), index_from_val(), JSON_stringify(), make_day(), Math_floor(), Math_round(), msl::utilities::SafeInt< T, E >::Min(), min_from_time(), number_to_str(), Number_toPrecision(), Number_toString(), PATH_Arc(), pres_frc(), round(), sample_1d_linear(), sample_2d_linear(), scale_internal(), scale_internal_byte(), scale_internal_float(), scale_internal_int(), scale_internal_short(), scale_internal_ubyte(), scale_internal_uint(), scale_internal_ushort(), scaleInternal3D(), scaleInternalPackedPixel(), sec_from_time(), set_style_pos(), StrFormatByteSizeW(), Test_floor(), TIFFDefaultTransferFunction(), time_clip(), to_integer(), TRACKBAR_ConvertPlaceToPosition(), translate(), VarBstrFromDate(), VarFix(), VarInt(), VarR8Round(), VarRound(), VarUdateFromDate(), wave_generate_tone(), xsltFormatNumberConversion(), and xsltNumberFormatInsertNumbers().
Definition at line 40 of file floorf.c.
Referenced by GetMaxValue(), pres_min(), and test_DuplicateHandle().
Referenced by _CIfmod(), fmodf(), fmodl(), hour_from_time(), interp_mod(), make_day(), min_from_time(), ms_from_time(), Number_toString(), rpn_exp10(), sec_from_time(), time_within_day(), to_int32(), VarR8Round(), week_day(), xsltFormatNumberConversion(), xsltNumberFormatAlpha(), and xsltNumberFormatDecimal().
Referenced by blend_line_gradient(), and GdipCreateLineBrushFromRectWithAngle().
Definition at line 421 of file math.h.
Referenced by generate_xa_rr_attributes(), modfl(), polygon_area(), render_clipped_polygon(), render_polygon(), sample_2d_linear(), and unfilled_polygon().
Definition at line 422 of file math.h.
Referenced by _mesa_EvalMesh2(), Subdivider::ccwTurn_sl(), Subdivider::ccwTurn_sr(), Subdivider::ccwTurn_tl(), Subdivider::ccwTurn_tr(), generate_xa_rr_attributes(), gl_EvalMesh2(), gl_save_EvalMesh2(), polygon_area(), render_clipped_polygon(), render_polygon(), sample_2d_linear(), Test_WSAIoctl_GetInterfaceList(), and unfilled_polygon().
Definition at line 1204 of file math.c.
| __MINGW_EXTENSION __CRT_INLINE long long __cdecl llrint | ( | double | x | ) |
Definition at line 395 of file mingw_math.h.
| __MINGW_EXTENSION __CRT_INLINE long long __cdecl llrintf | ( | float | x | ) |
Definition at line 403 of file mingw_math.h.
Definition at line 190 of file freeldr.c.
Referenced by __libm_sse2_log10(), __libm_sse2_log10f(), _CIlog10(), _fcvt(), _fcvt_s(), _libm_sse2_log10_precise(), convert_to_fos_high_precision(), DSOUND_Calc3DBuffer(), I10_OUTPUT(), log10f(), log10l(), logic_dbl2int(), MCIQTZ_mciSetAudio(), number_to_fixed(), number_to_str(), Number_toPrecision(), prepare_rpn_result_2(), PrintOID(), rpn_log(), Test_log10_approx(), Test_log10_exact(), and ValarrayTest::transcendentals().
Referenced by Test_log10f_approx(), and Test_log10f_exact().
Definition at line 62 of file stubs.c.
Referenced by exp2(), logbase2(), and pres_log().
Definition at line 243 of file mingw_math.h.
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 12 of file logf.c.
Referenced by Test_logf_approx(), Test_logf_exact(), and wined3d_device_set_light().
Definition at line 371 of file mingw_math.h.
Referenced by double_to_fp(), exec_get_arg(), fmod_one(), linear_vari_process(), regstore_set_double(), sinc_hex_vari_process(), sinc_mono_vari_process(), sinc_multichan_vari_process(), sinc_quad_vari_process(), sinc_set_converter(), sinc_stereo_vari_process(), src_float_to_int_array(), src_float_to_short_array(), and zoh_vari_process().
Definition at line 379 of file mingw_math.h.
Referenced by PerformSampleRateConversion().
| _ACRTIMP __msvcrt_long __cdecl lround | ( | double | ) |
| _ACRTIMP __msvcrt_long __cdecl lroundf | ( | float | ) |
Definition at line 30 of file modf.c.
Referenced by cvt(), logic_dbl2int(), modff(), modfl(), rpn_dec2dms(), rpn_dms2dec(), rpn_exp10(), rpn_frac(), rpn_int(), rpn_mod_f(), rpn_shl_f(), and rpn_shr_f().
Definition at line 30 of file modff.c.
Definition at line 13 of file nextafter.c.
Definition at line 13 of file nextafterf.c.
Definition at line 14 of file powf.c.
Referenced by __libm_sse2_powf(), apply_image_attributes(), exp2f(), flatten_bezier(), float_16_to_32(), float_24_to_32(), and to_sRGB_component().
Definition at line 75 of file remainder.c.
Referenced by cut_misaligned_tail(), IDirectSoundBufferImpl_Lock(), layout_recall_range(), memcmp_blocks(), positive_remainder(), stripe_next_unit(), TAB_SetItemBounds(), test_RegQueryValueExPerformanceData(), VARIANT_DecScale(), VARIANT_DI_div(), VARIANT_DI_mul(), VARIANT_DI_tostringW(), VARIANT_do_division(), VARIANT_int_addlossy(), VARIANT_int_divbychar(), widGetPosition(), wodGetPosition(), and write_integer().
Definition at line 60 of file remainderf.c.
| _ACRTIMP double __cdecl scalbln | ( | double | , |
| __msvcrt_long | |||
| ) |
| _ACRTIMP float __cdecl scalblnf | ( | float | , |
| __msvcrt_long | |||
| ) |
Definition at line 14 of file scalbn.c.
Referenced by ldexp().
Definition at line 21 of file sin.c.
Referenced by __libm_sse2_sin(), __libm_sse2_sinf(), __rpc_get_time_offset(), __rpc_sockisbound(), __rpc_taddr2uaddr_af(), __rpc_uaddr2taddr_af(), __sincos(), _CIsin(), _libm_sse2_sin_precise(), add_arc_part(), bindresvport(), bindresvport_sa(), compute_sincos_table(), D3DRMQuaternionFromRotation(), D3DRMQuaternionSlerp(), D3DRMVectorRotate(), draw_cap(), draw_graphics(), DrawGLScene(), EMFDRV_ArcChordPie(), expT(), GdipRotateMatrix(), get_server(), CAppScrnshotPreview::GetFrameDotShift(), gl_rotation_matrix(), Global_Sin(), gluPerspective(), init_layer3(), IntGdiAngleArc(), IntGdiWidenPath(), main(), Math_sin(), NetBTCall(), NetBTSendNameQuery(), netfinger(), CDrvDefExt::PaintStaticControls(), PATH_DoArcPart(), polar(), powT(), pres_sin(), RotatePoint(), rpc_broadcast_exp(), rpcrt4_ip_tcp_get_top_of_tower(), rpn_sin(), shorten_line_percent(), sincos(), sinf(), sinl(), Test_sin_approx(), Test_sin_exact(), TestKs(), ValarrayTest::transcendentals(), uaddr_to_sockaddr(), unstretch_angle(), wave_generate_la(), and wave_generate_tone().
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 13 of file sinf.c.
Referenced by compute_polygon(), compute_sincos_table(), compute_torus(), d3drm_matrix_set_rotation(), D3DXCreatePolygon(), D3DXCreateSphere(), D3DXCreateTorus(), D3DXMatrixAffineTransformation2D(), D3DXMatrixRotationAxis(), D3DXMatrixRotationX(), D3DXMatrixRotationY(), D3DXMatrixRotationYawPitchRoll(), D3DXMatrixRotationZ(), D3DXMatrixTransformation2D(), D3DXQuaternionExp(), D3DXQuaternionRotationAxis(), D3DXQuaternionRotationYawPitchRoll(), D3DXQuaternionSlerp(), D3DXSHEvalConeLight(), D3DXSHRotateZ(), GdipCreateLineBrushFromRectWithAngle(), set_rotation_xform(), sincosf(), Test_ExtCreateRegion_Transform(), Test_sinf_approx(), Test_sinf_exact(), and weightedcapintegrale().
Definition at line 50 of file sinh.c.
Referenced by _CIsinh(), rpn_sinh(), sinhf(), sinhl(), test_math_functions(), and ValarrayTest::transcendentals().
Definition at line 51 of file sinhf.c.
Referenced by test_math_functions().
Definition at line 5 of file sqrt.c.
Referenced by __ieee754_sqrt(), _cabs(), _CIsqrt(), _hypot(), _libm_sse2_sqrt_precise(), _y0(), _y1(), _yn(), acos(), acosh(), asin(), asinh(), atanh(), bezier_deviation_squared(), D3DRMVectorModulus(), D3DXBoundProbeTest(), D3DXMatrixTest(), D3DXPlaneTest(), draw_cap(), NS1::f(), anonymous_namespace{resolve_name.cpp}::g(), GdipDrawString(), GdipGetLogFontW(), GdipMeasureCharacterRanges(), GdipMeasureDriverString(), GdipMeasureString(), GdipSetLineSigmaBlend(), GdipSetPathGradientSigmaBlend(), get_font_hfont(), CAppScrnshotPreview::GetFrameDotShift(), gl_sqrt(), Global_Sqr(), h(), OpenGLSurfaceEvaluator::inComputeNormal2(), init_layer3(), init_sqrt(), IntGdiWidenPath(), Math_sqrt(), normalize(), prepare_dc(), pres_rsq(), rpn_s_ex(), rpn_sqrt(), shorten_bezier_amt(), shorten_line_amt(), shorten_line_percent(), SOFTWARE_GdipDrawPath(), sq::sqroot(), sqrtf(), sqrtl(), test_printf_fp(), test_sprintf(), Test_sqrt_approx(), Test_sqrt_exact(), test_timer(), ValarrayTest::transcendentals(), VectorMagnitude(), and CardRegion::ZoomCard().
Definition at line 122 of file tan.c.
Referenced by __libm_sse2_tan(), __libm_sse2_tanf(), _CItan(), _libm_sse2_tan_precise(), app_boundary_point(), GdipCreateLineBrushFromRectWithAngle(), Global_Tan(), init_layer3(), Math_tan(), rpn_tan(), SkewDIB(), tanf(), tanl(), Test_tan_approx(), Test_tan_exact(), and ValarrayTest::transcendentals().
Definition at line 72 of file tanf.c.
Referenced by D3DXMatrixPerspectiveFovLH(), D3DXMatrixPerspectiveFovRH(), Test_tanf_approx(), and Test_tanf_exact().
Definition at line 46 of file tanh.c.
Referenced by _CItanh(), MSVCRT_tanh(), rpn_tanh(), tanhf(), tanhl(), test_math_functions(), and ValarrayTest::transcendentals().
Definition at line 49 of file tanhf.c.
Referenced by MSVCRT_tanhf(), and test_math_functions().
Referenced by divide_ext().
| float __f |
Definition at line 270 of file math.h.
Referenced by __construct_checker< _Container >::__construct_checker(), __do_put_bool(), __do_put_float(), __do_put_integer(), __DOUBLE_BITS(), __FLOAT_BITS(), __get_money_digits(), __get_money_digits_aux(), __put_float(), __put_integer(), __stlp_string_fill(), _FILE_fd(), basic_string< _CharT, _Traits, _Alloc >::_M_assign(), _Rope_RopeRep< _CharT, _Alloc >::_M_free_tree(), vector< _Tp, >::_M_set(), _Rope_fill(), _S_apply_to_pieces(), rope< _CharT, _Alloc >::_S_fetch(), rope< _CharT, _Alloc >::_S_flatten(), rope< _CharT, _Alloc >::_S_new_RopeFunction(), rope< _CharT, _Alloc >::_S_substring(), valarray< _Tp >::apply(), num_put< _CharT, _OutputIter >::do_put(), time_put< _Ch, _OutIt >::do_put(), unordered_map< _Key, _Tp,,, >::erase(), unordered_multimap< _Key, _Tp,,, >::erase(), unordered_set< _Value,,, >::erase(), unordered_multiset< _Value,,, >::erase(), hash_map< _Key, _Tp,,, >::erase(), hash_multimap< _Key, _Tp,,, >::erase(), hash_set< _Value,,, >::erase(), hash_multiset< _Value,,, >::erase(), for_each(), hash_map< _Key, _Tp,,, >::hash_map(), hash_multimap< _Key, _Tp,,, >::hash_multimap(), hash_multiset< _Value,,, >::hash_multiset(), hash_set< _Value,,, >::hash_set(), hash_map< _Key, _Tp,,, >::insert(), hash_multimap< _Key, _Tp,,, >::insert(), hash_multiset< _Value,,, >::insert(), unordered_map< _Key, _Tp,,, >::insert(), unordered_multimap< _Key, _Tp,,, >::insert(), unordered_multiset< _Value,,, >::insert(), hash_set< _Value,,, >::insert(), unordered_set< _Value,,, >::insert(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_equal(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_unique(), locale::locale(), mem_fun(), mem_fun1(), mem_fun1_ref(), mem_fun_ref(), basic_ostream< _CharT, _Traits >::operator<<(), operator<<(), basic_istream< _CharT, _Traits >::operator>>(), operator>>(), ptr_fun(), time_put< _Ch, _OutIt >::put(), num_put< _CharT, _OutputIter >::put(), __malloc_alloc::set_malloc_handler(), setprecision(), setw(), unordered_map< _Key, _Tp,,, >::unordered_map(), unordered_multimap< _Key, _Tp,,, >::unordered_multimap(), unordered_multiset< _Value,,, >::unordered_multiset(), and unordered_set< _Value,,, >::unordered_set().
Definition at line 269 of file math.h.
Referenced by __advance(), __DOUBLE_BITS(), __FLOAT_BITS(), __insertion_sort(), __match(), __money_do_get(), __money_do_put(), __mutable_reference_at(), __next_permutation(), __partial_sort(), __prev_permutation(), __rotate_aux(), __search_n(), __stl_string_hash(), __stlp_string_fill(), __unguarded_insertion_sort_aux(), _CArray< _Tp, _Nb >::_CArray(), _Bit_iterator_base::_M_advance(), bitset< _Nb >::_M_copy_from_string(), bitset< _Nb >::_M_copy_to_string(), _Base_bitset< _Nw >::_M_do_and(), _Base_bitset< _Nw >::_M_do_find_first(), _Base_bitset< _Nw >::_M_do_find_next(), _Base_bitset< _Nw >::_M_do_flip(), _Base_bitset< _Nw >::_M_do_or(), _Base_bitset< _Nw >::_M_do_set(), _Base_bitset< _Nw >::_M_do_to_ulong(), _Base_bitset< _Nw >::_M_do_xor(), vector< _Tp, >::_M_erase(), list< _Tp, >::_M_fill_assign(), deque< wstring >::_M_fill_insert(), __BVECTOR_QUALIFIED::_M_fill_insert(), subtractive_rng::_M_initialize(), slist< _Tp, >::_M_insert_after_fill(), __BVECTOR_QUALIFIED::_M_insert_aux(), _Base_bitset< _Nw >::_M_is_any(), _Base_bitset< _Nw >::_M_is_equal(), deque< _Tp, >::_M_new_elements_at_front(), mask_array< _Tp >::_M_num_true(), _Rope_fill(), rope< _CharT, _Alloc >::_S_add_leaf_to_forest(), rope< _CharT, _Alloc >::_S_balance(), __node_alloc_impl::_S_chunk_alloc(), rope< _CharT, _Alloc >::_S_fetch(), rope< _CharT, _Alloc >::_S_fetch_ptr(), _Rope_iterator_base< _CharT, _Alloc >::_S_setcache(), _Rope_iterator_base< _CharT, _Alloc >::_S_setcache_for_incr(), _Slist_sort(), abs(), acos(), advance(), sequence_buffer< _Sequence, _Buf_sz >::append(), asin(), __char_traits_base< _CharT, _IntT >::assign(), atan(), atan2(), binary_search(), __char_traits_base< _CharT, _IntT >::compare(), cos(), cosh(), istreambuf_iterator< _CharT, _Traits >::equal(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase_unique(), exp(), __BVECTOR_QUALIFIED::insert(), rope< _CharT, _Alloc >::insert(), inserter(), __char_traits_base< _CharT, _IntT >::length(), log(), log10(), modfl(), valarray< _Tp >::operator!(), operator!=(), operator%(), slice_array< _Tp >::operator%=(), gslice_array< _Tp >::operator%=(), mask_array< _Tp >::operator%=(), indirect_array< _Tp >::operator%=(), valarray< _Tp >::operator%=(), operator&(), operator&&(), slice_array< _Tp >::operator&=(), gslice_array< _Tp >::operator&=(), mask_array< _Tp >::operator&=(), indirect_array< _Tp >::operator&=(), valarray< _Tp >::operator&=(), _Rope_find_char_char_consumer< _CharT >::operator()(), _Rope_insert_char_consumer< _CharT, _Traits >::operator()(), operator*(), complex< _Tp >::operator*=(), complex< float >::operator*=(), complex< double >::operator*=(), complex< long double >::operator*=(), slice_array< _Tp >::operator*=(), gslice_array< _Tp >::operator*=(), mask_array< _Tp >::operator*=(), indirect_array< _Tp >::operator*=(), valarray< _Tp >::operator*=(), operator+(), _Bit_iter< _Ref, _Ptr >::operator+(), slice_array< _Tp >::operator+=(), gslice_array< _Tp >::operator+=(), mask_array< _Tp >::operator+=(), indirect_array< _Tp >::operator+=(), valarray< _Tp >::operator+=(), _Bit_iter< _Ref, _Ptr >::operator+=(), valarray< _Tp >::operator-(), operator-(), _Bit_iter< _Ref, _Ptr >::operator-(), slice_array< _Tp >::operator-=(), gslice_array< _Tp >::operator-=(), mask_array< _Tp >::operator-=(), indirect_array< _Tp >::operator-=(), valarray< _Tp >::operator-=(), _Bit_iter< _Ref, _Ptr >::operator-=(), operator/(), complex< _Tp >::operator/=(), complex< float >::operator/=(), complex< double >::operator/=(), complex< long double >::operator/=(), slice_array< _Tp >::operator/=(), gslice_array< _Tp >::operator/=(), mask_array< _Tp >::operator/=(), indirect_array< _Tp >::operator/=(), valarray< _Tp >::operator/=(), operator<(), operator<<(), slice_array< _Tp >::operator<<=(), gslice_array< _Tp >::operator<<=(), mask_array< _Tp >::operator<<=(), indirect_array< _Tp >::operator<<=(), valarray< _Tp >::operator<<=(), operator<=(), vector< _Tp, >::operator=(), valarray< _Tp >::operator=(), slice_array< _Tp >::operator=(), gslice_array< _Tp >::operator=(), mask_array< _Tp >::operator=(), indirect_array< _Tp >::operator=(), iostream_withassign::operator=(), operator==(), operator>(), operator>=(), operator>>(), slice_array< _Tp >::operator>>=(), gslice_array< _Tp >::operator>>=(), mask_array< _Tp >::operator>>=(), indirect_array< _Tp >::operator>>=(), valarray< _Tp >::operator>>=(), map< _Key, _Tp,, >::operator[](), _Bit_iter< _Ref, _Ptr >::operator[](), _CArray< _Tp, _Nb >::operator[](), valarray< _Tp >::operator[](), operator^(), slice_array< _Tp >::operator^=(), gslice_array< _Tp >::operator^=(), mask_array< _Tp >::operator^=(), indirect_array< _Tp >::operator^=(), valarray< _Tp >::operator^=(), operator|(), slice_array< _Tp >::operator|=(), gslice_array< _Tp >::operator|=(), mask_array< _Tp >::operator|=(), indirect_array< _Tp >::operator|=(), operator||(), valarray< _Tp >::operator~(), pow(), random_shuffle(), rope< _CharT, _Alloc >::replace(), list< _Tp, >::resize(), sin(), sinh(), list< _Tp, >::splice(), slist< _Tp, >::splice(), sqrt(), tan(), and tanh().
| const union { ... } __inff |
| const union { ... } __nanf |