HomeSort by relevance Sort by last modified time
    Searched full:expf (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/llvm/test/CodeGen/XCore/
exp.ll 2 ; RUN: grep "bl expf" %t1.s | count 1
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.stdout.exp 452 expF( -2.0000e+00) = +1.3534e-01
453 expF( -1.9001e+00) = +1.4955e-01
454 expF( -1.8002e+00) = +1.6527e-01
455 expF( -1.7003e+00) = +1.8263e-01
456 expF( -1.6004e+00) = +2.0182e-01
457 expF( -1.5005e+00) = +2.2302e-01
458 expF( -1.4006e+00) = +2.4645e-01
459 expF( -1.3007e+00) = +2.7234e-01
460 expF( -1.2008e+00) = +3.0095e-01
461 expF( -1.1009e+00) = +3.3257e-0
    [all...]
vcpu_fnfns.stdout.exp-darwin 452 expF( -2.0000e+00) = +1.3534e-01
453 expF( -1.9001e+00) = +1.4955e-01
454 expF( -1.8002e+00) = +1.6527e-01
455 expF( -1.7003e+00) = +1.8263e-01
456 expF( -1.6004e+00) = +2.0182e-01
457 expF( -1.5005e+00) = +2.2302e-01
458 expF( -1.4006e+00) = +2.4645e-01
459 expF( -1.3007e+00) = +2.7234e-01
460 expF( -1.2008e+00) = +3.0095e-01
461 expF( -1.1009e+00) = +3.3257e-0
    [all...]
vcpu_fnfns.stdout.exp-glibc28-amd64 452 expF( -2.0000e+00) = +1.3534e-01
453 expF( -1.9001e+00) = +1.4955e-01
454 expF( -1.8002e+00) = +1.6527e-01
455 expF( -1.7003e+00) = +1.8263e-01
456 expF( -1.6004e+00) = +2.0182e-01
457 expF( -1.5005e+00) = +2.2302e-01
458 expF( -1.4006e+00) = +2.4645e-01
459 expF( -1.3007e+00) = +2.7234e-01
460 expF( -1.2008e+00) = +3.0095e-01
461 expF( -1.1009e+00) = +3.3257e-0
    [all...]
vcpu_fnfns.c 87 printf(" expF(%+20.4e) = %+20.4e\n", (double)f, (double)expf(f));
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 111 expf
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 66 expf
  /system/media/mca/filterfw/native/core/
statistics.cpp 53 return expf(-diff * diff / exp_denom_) / pdf_denom_;
  /bionic/libm/man/
exp.3 40 .Nm expf ,
41 .\" The sorting error is intentional. exp and expf should be adjacent.
62 .Fn expf "float x"
91 .Fn expf
  /external/skia/include/core/
SkFloatingPoint.h 71 #define sk_float_exp(x) expf(x)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /external/mesa3d/src/mesa/main/
imports.h 133 #define expf(f) ((float) exp(f))
258 *** EXPF: raise e to the value
268 #define EXPF(x) expf(x)
276 #define EXPF(x) ((GLfloat) exp(x))
  /external/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /frameworks/base/opengl/libagl/
fp.h 66 * float fastexpf(float) : a fast approximation of expf(x)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /bionic/libm/src/
math_private.h 238 #define __ieee754_expf expf
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 156 EnsureFPIntrinsicsExist(M, I, "expf", "exp", "expl");
517 ReplaceFPIntrinsicWithCall(CI, "expf", "exp", "expl");
  /bionic/libm/
Makefile-orig 115 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expf.3 \
  /bionic/libm/include/
math.h 324 float expf(float);
  /development/ndk/platforms/android-3/include/
math.h 323 float expf(float);
  /development/ndk/platforms/android-9/include/
math.h 323 float expf(float);
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 388 { "_Z3expf", (void *)&expf, true },
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 323 float expf(float);

Completed in 1813 milliseconds

1 2 3 4 5