HomeSort by relevance Sort by last modified time
    Searched full:sqrtf (Results 426 - 450 of 992) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a-hard/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r2/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/mips-r6/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r1/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r2/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 809 /* Define to 1 if you have the `sqrtf' function. */
1642 # define sqrtf macro
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 124 float sqrtf(float x);
916 inline _LIBCPP_INLINE_VISIBILITY float sqrt(float __lcpp_x) _NOEXCEPT {return sqrtf(__lcpp_x);}
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 710 #define __ieee754_sqrtf sqrtf
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 388 return sqrtf(x);
  /development/ndk/platforms/android-21/arch-x86_64/lib64/
libm.a 21 x%D8?P?ip|????0;XpT?????????? ? ? ?@h????*?V|vP?$??????????Dh&?9????8 @? ? ?? ? ?!P!*4!9?!K?!]?!{P!{P!{P!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?"$?"I?"??"?x#\#D?#?L#?X#?#??$Dd$vx$??$?($??%?%4%??%??%?%? &?&?&0?&D?&cP&|?&?H&?H&?L&?H'T'KP'i?'?P'?P'??'?`(H?(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(ip(??(?P(??) ?)K?)K?)?8)?8)?8)?8*??digittointsignificandlsincossincosfsincosl__exp__D__log__Dtgammaacosacosfacoshacoshfasinasinfatan2atan2fatanhatanhfcoshcoshfexpexpffmodfmodfgammagammafgammaf_rgamma_rhypothypotfj0y0j0fy0fj1y1j1fy1fjnynjnfynflgammalgammaflgammaf_rlgamma_rlog10log10flog2log2floglogfpowpowfremainderremainderf__ieee754_rem_pio2__ieee754_rem_pio2fscalbscalbfsinhsinhfsqrtsqrtfpowlimprecise_powlcoshlimprecise_coshlerfclimprecise_erfclerflimprecise_erfllgammalimprecise_lgammalsinhlimprecise_sinhltanhlimprecise_tanhltgammalimprecise_tgammal__kernel_cos__kernel_cosdf__ldexp_exp__ldexp_cexp__ldexp_expf__ldexp_cexpf__kernel_rem_pio2__kernel_sin__kernel_sindf__kernel_tan__kernel_tandfasinhasinhfatanatanfcargcargfcbrtcbrtfccoshccosccoshfccosfceilceilfcexpcexpfcimagcimagfconjconjfcopysigncopysignfcoscosfcprojcprojfcrealcrealfcsinhcsincsinhfcsinfcsqrtcsqrtfctanhctanctanhfctanferferfcerfferfcfexp2exp2fexpm1expm1ffabsfabsffdimfdimffdimlfinitefiniteffloorfloorffmafmaffmaxfmaxffminfminffrexpfrexpfilogbilogbfllrintllrintfllroundllroundflog1plog1pflogblogbflrintlrintflroundlroundfmodfmodff_scan_nannannanfnearbyintnearbyintfnearbyintlnextafternextafterfremquoremquofrintrintfroundroundfscalblnscalblnfscalblnlscalbnscalbnfldexpfsigngamsignificandsignificandfsinsinftantanftanhtanhftgammaftrunctruncfcabscabsfdremdremf__signbit__signbitf__signbitlfeclearexceptfegetexceptflagfesetexceptflagferaiseexceptfetestexceptfegetroundfesetroundfegetenvfeholdexceptfesetenvfeupdateenvfeenableexceptfedisableexceptfegetexcept__fe_dfl_envacoslacoshlasinlatan2latanhlfmodlhypotlremainderlsqrtlasinhlatanlcbrtlceillcopysignlcoslfabslfloorlfmalfmaxlfminlmodflfrexplilogblllrintlllroundllogbllrintllroundlnextafterlnexttowardlnexttowardnexttowardfremquolrintlroundlscalbnlldexplsinltanltruncl_ItL_pi_lo_ItL_aT_ItL_atanlo_ItL_atanhi_ItL_qS9_ItL_qS8_ItL_qS7_ItL_qS6_ItL_qS5_ItL_qS4_ItL_qS3_ItL_qS2_ItL_qS1_ItL_pS9_ItL_pS8_ItL_pS7_ItL_pS6_ItL_pS5_ItL_pS4_ItL_pS3_ItL_pS2_ItL_pS1_ItL_pS0__kernel_cosl__kernel_sinl__kernel_tanlexp2lexplexpm1llog1pllogllog10llog2lnanl// 38 `
    [all...]

Completed in 867 milliseconds

<<11121314151617181920>>