HomeSort by relevance Sort by last modified time
    Searched full:acos (Results 876 - 900 of 1235) sorted by null

<<31323334353637383940>>

  /prebuilts/abi-dumps/ndk/current/mips64/source-based/
libm.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/current/x86_64/source-based/
libm.so.lsdump.gz 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/
libmpc.a 13  ???????? acos.o/ 1486067652 18779 5000 100644 5960 `
16 AWAVAUATI??USH??H??H?FH?|$ ?T$(H9???H?n0H9??wI??L9???L9??KH??H9???H9??'H?D$ H?l$PH??H?H?P H??H?L$??D$(????????D$0t??????D$H?\$H?|$0H???H?E H?D$?D$(???D$H???H?\H??H???H?|$0H???H?|$01???T$L??H???H??$?H??H9?? ?E1?H9??"I?T$0H??H9???H??H9??H?=A?????1????H??H9???A?t$(H?\$ ??H?{ ?????H???1?H??[]A\A]A^A_?DH9????N????H?D$ H??H?X?@1?A?t$(H?|$ ??H?? ??????????????@H??H9???H?\$ H???H??H?? ??V?????\$(H?|$ ????????????t???E?L?t$ I?t$ I?~ ?1??L??L?????1?????I?????????? ??????L?t$ ?T$(???L???L????H?? ????????????f.?E?l$(E????????A???????t E1???A??H?t$01?H??H??L?|$`?H?D$`H??H9??;???H?|$I?WI??A?LM?1?H??I)???D$1?H??H?????1?M??II?H)?H?D$L?1??????????T$(H?|$ H?????????1?H??????H?|$0???A??A????????A?????? ??????D?l$x?????fD?D$,??D$,?????fD??????fD?T$(H?|$ ???????s???I?D$0L9???H9?u??D$ ?????H???H?|$0???E????^(1?L??????????????D$(?????t???E?H?D$ L??H?x ?????H?D$ H??E1??@H?H???A1?E????I??xC?????? ??N????t$(H?|$ ??????}???A?T$(???????D$0?????? ??????v??~2L?t$ ?T$(???L???1?L??L?????????H?l$PE1?H???H?D$ D?l$(H?A??A??I?fDH???H?H??H????H?????H??H???H?s?M??D??H?????t?H?|$ D??H???H?????y???H?|$ 1?H???????H?D$ ?T$(L??H?x ??????g???1?H??????L?????x-L?t$ ?T$(L???L???I?n0A??A?F(1??B???I?$H?l$P1?H??H??H?D$PI?D$H?D$XI?D$H?D$`I?D$H?D$h???uG?D$(?????t???E?H?D$ H??H?x ?????t$(H?|$ ???A??????H?D$ ?T$(H??H?x ???????H??H9F0??????????mpfr_sgn (mpc_imagref(z1)) * mpfr_sgn (mpc_imagref(op)) > 0/usr/local/google/buildbot/src/android/mingw/out/packages/mpc-1.0.1/src/acos.c%s:%d: MPC assertion failed: %s
25 %/;Lacos.cmpc_acosmpc_init3mpfr_init2mpc_ceil_log2mpfr_set_precset_pi_over_2mpc_asinstderrfprintfabortmpfr_set_infmpfr_set_nanmpfr_asinhmpc_conjmpfr_submpfr_negmpfr_can_roundmpc_setmpc_clearmpfr_clearmpfr_set_erangeflagmpfr_cmp_ui_2expmpfr_acoshmpfr_const_pimpfr_div_2uimpfr_initmpfr_mul_uimpfr_cmp_si_2expmpfr_acos?
    [all...]
  /docs/source.android.com/src/devices/input/
touch-devices.jd     [all...]
  /external/clang/include/clang/Basic/
Builtins.def     [all...]
  /external/swiftshader/src/OpenGL/compiler/
Intermediate.cpp 135 case EOpAcos: return "acos";
    [all...]
  /external/swiftshader/src/Shader/
PixelProgram.cpp 268 case Shader::OPCODE_ACOS: acos(d, s0, pp); break;
    [all...]
VertexProgram.cpp 274 case Shader::OPCODE_ACOS: acos(d, s0); break;
    [all...]
  /external/swiftshader/third_party/LLVM/docs/
AliasAnalysis.html 293 <tt>cos</tt>) but many others do not (e.g., <tt>acos</tt>, which modifies the
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 813 ASSEMBLE_IEEE754_UNOP(acos);
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 843 ASSEMBLE_IEEE754_UNOP(acos);
    [all...]
  /external/v8/src/compiler/
machine-operator-reducer.cc 460 if (m.HasValue()) return ReplaceFloat64(base::ieee754::acos(m.Value()));
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 767 ASSEMBLE_IEEE754_UNOP(acos);
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
_swizzle.hpp 330 //_GLM_SWIZZLE_FUNCTION_1_ARGS(vec_type, acos);
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 190 double __cdecl acos(double _X);
    [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libRSSupport.so 
  /prebuilts/sdk/renderscript/lib/x86/
libRSSupport.so 
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 3139 public static double acos(double x) { method in class:FastMath
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c     [all...]
  /development/ndk/platforms/android-21/arch-arm/lib/
libm.a 60 ? ? ? &? 9 E, QL QL {0 {0 ?? ?? ? ?0 ?0 ? ? ? ? I? I? {8 {8 ?? ?@ ?@ ?? @ (? 7? 7? 7? L? \$ kt kt ?D ?L ?L ? ?H ?,?t$?$?:4L?a?q???d?8????????? ?t1XClT?dP?????????l?l?l?l?\?P?P%|E?E?a\u?????????????X?X?\??`\\8?jj??? ???@@)?)?7?GDU?d?d?d?d?d?d?d?d?d?d?d?d?d??T?T?T?x?x?x?x?x?x?x?x?x?x?x?x?x?x?xdigittointsignificandlsincossincosfsincosl__exp__D__log__Dtgammaacoslacosacosfacoshlacoshacoshfasinlasinasinfatan2latan2atan2fatanhlatanhatanhfcoshcoshfexplexpexpffmodfmodfgammagammafgammaf_rgamma_rhypotlhypothypotfj0y0j0fy0fj1y1j1fy1fjnynjnfynflgammalgammaflgammaf_rlgamma_rlog10llog10log10flog2llog2log2floglloglogfpowpowfremainderlremainderremainderf__ieee754_rem_pio2__ieee754_rem_pio2fscalbscalbfsinhsinhfsqrtlsqrtsqrtfpowlimprecise_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_tandfasinhlasinhasinhfatanlatanatanfcargcargfcbrtlcbrtcbrtfccoshccosccoshfccosfceillceilceilfcexpcexpfcimagcimagfconjconjfcopysigncopysignfcoslcoscosfcprojlcprojcprojfcrealcrealfcsinhcsincsinhfcsinfcsqrtlcsqrtcsqrtfctanhctanctanhfctanferferfcerfferfcfexp2lexp2exp2fexpm1lexpm1expm1ffabsfabsffdimfdimffdimlfinitefiniteffloorlfloorfloorffmalfmafmaffmaxfmaxffminfminffrexplfrexpfrexpfilogbilogbfllrintllrintfllroundllroundflog1pllog1plog1pflogbllogblogbflrintlrintflroundlroundfmodfmodffnanlnan_scan_nannanfnearbyintnearbyintfnearbyintlnexttowardnextafternexttowardlnextafterlnextafterfremquolremquoremquofrintlrintrintfroundroundfscalblnscalblnfscalblnlldexplscalbnscalbnlscalbnfldexpfsigngamsignificandsignificandfsinlsinsinftanltantanftanhtanhftgammaftruncltrunctruncfcabslcabscabsfdremdremfcopysignlfabslfmaxlfmodlfminlilogblllrintllrintlllroundllroundlmodflnexttowardfroundl__signbitl__signbit__signbitffegetenvfesetenvfeclearexceptfegetexceptflagfesetexceptflagferaiseexceptfetestexceptfegetroundfesetroundfeholdexceptfeupdateenvfeenableexceptfedisableexceptfegetexcept__fe_dfl_env// 38 `
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/lib/
libm_hard.a 61 ?T  H H X? j? v? ?? ?? ?, ?, ? ? ?< ? ? 8? 8? Y? Y? ? ? ?? ?? ?,   @? g` x? ?? ?? ?? ?? ?? ?T ?T ? ?? ???4$EU?f?w4w4?X?t???h???h?L*lN|N|b4u????(? ???0???? ? ? ?#H#H#H#H<?R?R??T???p?\????(((!<!<8?B?SHc?c?????????3?ItW?W?n??0?0?\?@?????????????????????????????????????????????????????????????=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?lldigittointsignificandlsincossincosfsincosl__exp__D__log__Dtgammaacoslacosacosfacoshlacoshacoshfasinlasinasinfatan2latan2atan2fatanhlatanhatanhfcoshcoshfexplexpexpffmodfmodfgammagammafgammaf_rgamma_rhypotlhypothypotfj0y0j0fy0fj1y1j1fy1fjnynjnfynflgammalgammaflgammaf_rlgamma_rlog10llog10log10flog2llog2log2floglloglogfpowpowfremainderlremainderremainderf__ieee754_rem_pio2__ieee754_rem_pio2fscalbscalbfsinhsinhfsqrtlsqrtsqrtfpowlimprecise_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_tandfasinhlasinhasinhfatanlatanatanfcargcargfcbrtlcbrtcbrtfccoshccosccoshfccosfceillceilceilfcexpcexpfcimagcimagfconjconjfcopysigncopysignfcoslcoscosfcprojlcprojcprojfcrealcrealfcsinhcsincsinhfcsinfcsqrtlcsqrtcsqrtfctanhctanctanhfctanferferfcerfferfcfexp2lexp2exp2fexpm1lexpm1expm1ffabsfabsffdimfdimffdimlfinitefiniteffloorlfloorfloorffmalfmafmaffmaxfmaxffminfminffrexplfrexpfrexpfilogbilogbfllrintllrintfllroundllroundflog1pllog1plog1pflogbllogblogbflrintlrintflroundlroundfmodfmodffnanlnan_scan_nannanfnearbyintnearbyintfnearbyintlnexttowardnextafternexttowardlnextafterlnextafterfremquolremquoremquofrintlrintrintfroundroundfscalblnscalblnfscalblnlldexplscalbnscalbnlscalbnfldexpfsigngamsignificandsignificandfsinlsinsinftanltantanftanhtanhftgammaftruncltrunctruncfcabslcabscabsfdremdremfcopysignlfabslfmaxlfmodlfminlilogblllrintllrintlllroundllroundlmodflnexttowardfroundl__signbitl__signbit__signbitffegetenvfesetenvfeclearexceptfegetexceptflagfesetexceptflagferaiseexceptfetestexceptfegetroundfesetroundfeholdexceptfeupdateenvfeenableexceptfedisableexceptfegetexcept__fe_dfl_env__fpclassify__fpclassifydisinf__isinfisinff__isinffisnan__isnanisnanf__isnanfisfinite__isfiniteisfinitef__isfinitefisnormal__isnormalisnormalf__isnormalf__fpclassifyl__isinfl__isnanl__isfinitel__isnormallisinflisnanlisfinitelisnormall__fpclassifyfldexp// 38 `
    [all...]
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/lib/
libm_hard.a 61 ?T  H H X? j? v? ?? ?? ?, ?, ? ? ?< ? ? 8? 8? Y? Y? ? ? ?? ?? ?,   @? g` x? ?? ?? ?? ?? ?? ?T ?T ? ?? ???4$EU?f?w4w4?X?t???h???h?L*lN|N|b4u????(? ???0???? ? ? ?#H#H#H#H<?R?R??T???p?\????(((!<!<8?B?SHc?c?????????3?ItW?W?n??0?0?\?@?????????????????????????????????????????????????????????????=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?lldigittointsignificandlsincossincosfsincosl__exp__D__log__Dtgammaacoslacosacosfacoshlacoshacoshfasinlasinasinfatan2latan2atan2fatanhlatanhatanhfcoshcoshfexplexpexpffmodfmodfgammagammafgammaf_rgamma_rhypotlhypothypotfj0y0j0fy0fj1y1j1fy1fjnynjnfynflgammalgammaflgammaf_rlgamma_rlog10llog10log10flog2llog2log2floglloglogfpowpowfremainderlremainderremainderf__ieee754_rem_pio2__ieee754_rem_pio2fscalbscalbfsinhsinhfsqrtlsqrtsqrtfpowlimprecise_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_tandfasinhlasinhasinhfatanlatanatanfcargcargfcbrtlcbrtcbrtfccoshccosccoshfccosfceillceilceilfcexpcexpfcimagcimagfconjconjfcopysigncopysignfcoslcoscosfcprojlcprojcprojfcrealcrealfcsinhcsincsinhfcsinfcsqrtlcsqrtcsqrtfctanhctanctanhfctanferferfcerfferfcfexp2lexp2exp2fexpm1lexpm1expm1ffabsfabsffdimfdimffdimlfinitefiniteffloorlfloorfloorffmalfmafmaffmaxfmaxffminfminffrexplfrexpfrexpfilogbilogbfllrintllrintfllroundllroundflog1pllog1plog1pflogbllogblogbflrintlrintflroundlroundfmodfmodffnanlnan_scan_nannanfnearbyintnearbyintfnearbyintlnexttowardnextafternexttowardlnextafterlnextafterfremquolremquoremquofrintlrintrintfroundroundfscalblnscalblnfscalblnlldexplscalbnscalbnlscalbnfldexpfsigngamsignificandsignificandfsinlsinsinftanltantanftanhtanhftgammaftruncltrunctruncfcabslcabscabsfdremdremfcopysignlfabslfmaxlfmodlfminlilogblllrintllrintlllroundllroundlmodflnexttowardfroundl__signbitl__signbit__signbitffegetenvfesetenvfeclearexceptfegetexceptflagfesetexceptflagferaiseexceptfetestexceptfegetroundfesetroundfeholdexceptfeupdateenvfeenableexceptfedisableexceptfegetexcept__fe_dfl_env__fpclassify__fpclassifydisinf__isinfisinff__isinffisnan__isnanisnanf__isnanfisfinite__isfiniteisfinitef__isfinitefisnormal__isnormalisnormalf__isnormalf__fpclassifyl__isinfl__isnanl__isfinitel__isnormallisinflisnanlisfinitelisnormall__fpclassifyfldexp// 38 `
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/lib/
libm_hard.a 61 ?T  H H X? j? v? ?? ?? ?, ?, ? ? ?< ? ? 8? 8? Y? Y? ? ? ?? ?? ?,   @? g` x? ?? ?? ?? ?? ?? ?T ?T ? ?? ???4$EU?f?w4w4?X?t???h???h?L*lN|N|b4u????(? ???0???? ? ? ?#H#H#H#H<?R?R??T???p?\????(((!<!<8?B?SHc?c?????????3?ItW?W?n??0?0?\?@?????????????????????????????????????????????????????????????=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?=?lldigittointsignificandlsincossincosfsincosl__exp__D__log__Dtgammaacoslacosacosfacoshlacoshacoshfasinlasinasinfatan2latan2atan2fatanhlatanhatanhfcoshcoshfexplexpexpffmodfmodfgammagammafgammaf_rgamma_rhypotlhypothypotfj0y0j0fy0fj1y1j1fy1fjnynjnfynflgammalgammaflgammaf_rlgamma_rlog10llog10log10flog2llog2log2floglloglogfpowpowfremainderlremainderremainderf__ieee754_rem_pio2__ieee754_rem_pio2fscalbscalbfsinhsinhfsqrtlsqrtsqrtfpowlimprecise_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_tandfasinhlasinhasinhfatanlatanatanfcargcargfcbrtlcbrtcbrtfccoshccosccoshfccosfceillceilceilfcexpcexpfcimagcimagfconjconjfcopysigncopysignfcoslcoscosfcprojlcprojcprojfcrealcrealfcsinhcsincsinhfcsinfcsqrtlcsqrtcsqrtfctanhctanctanhfctanferferfcerfferfcfexp2lexp2exp2fexpm1lexpm1expm1ffabsfabsffdimfdimffdimlfinitefiniteffloorlfloorfloorffmalfmafmaffmaxfmaxffminfminffrexplfrexpfrexpfilogbilogbfllrintllrintfllroundllroundflog1pllog1plog1pflogbllogblogbflrintlrintflroundlroundfmodfmodffnanlnan_scan_nannanfnearbyintnearbyintfnearbyintlnexttowardnextafternexttowardlnextafterlnextafterfremquolremquoremquofrintlrintrintfroundroundfscalblnscalblnfscalblnlldexplscalbnscalbnlscalbnfldexpfsigngamsignificandsignificandfsinlsinsinftanltantanftanhtanhftgammaftruncltrunctruncfcabslcabscabsfdremdremfcopysignlfabslfmaxlfmodlfminlilogblllrintllrintlllroundllroundlmodflnexttowardfroundl__signbitl__signbit__signbitffegetenvfesetenvfeclearexceptfegetexceptflagfesetexceptflagferaiseexceptfetestexceptfegetroundfesetroundfeholdexceptfeupdateenvfeenableexceptfedisableexceptfegetexcept__fe_dfl_env__fpclassify__fpclassifydisinf__isinfisinff__isinffisnan__isnanisnanf__isnanfisfinite__isfiniteisfinitef__isfinitefisnormal__isnormalisnormalf__isnormalf__fpclassifyl__isinfl__isnanl__isfinitel__isnormallisinflisnanlisfinitelisnormall__fpclassifyfldexp// 38 `
    [all...]

Completed in 838 milliseconds

<<31323334353637383940>>