HomeSort by relevance Sort by last modified time
    Searched defs:ldexp (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_ldexp.c 23 ldexp(double value, int exp) function
  /external/mesa3d/src/compiler/nir/
nir_opt_algebraic.py 467 def ldexp(f, exp, bits): function
472 # ldexp(FLT_MAX, -278) to get it to flush all the way to zero. The GLSL
488 # technically defines ldexp as f * 2.0^exp, simply multiplying once doesn't
498 (('ldexp@32', 'x', 'exp'), ldexp('x', 'exp', 32)),
499 (('ldexp@64', 'x', 'exp'), ldexp('x', 'exp', 64)),
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 98 ldexp(double x, int n) function
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 117 __DEVICE__ float ldexp(float __arg, int __exp) { function
tgmath.h 860 // ldexp
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);}
874 #undef ldexp macro
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 46 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } function
350 static_assert((std::is_same<decltype(ldexp((float)0, ip)), float>::value), "");
351 static_assert((std::is_same<decltype(ldexp((bool)0, ip)), double>::value), "");
352 static_assert((std::is_same<decltype(ldexp((unsigned short)0, ip)), double>::value), "");
353 static_assert((std::is_same<decltype(ldexp((int)0, ip)), double>::value), "");
354 static_assert((std::is_same<decltype(ldexp((unsigned int)0, ip)), double>::value), "");
355 static_assert((std::is_same<decltype(ldexp((long)0, ip)), double>::value), "");
356 static_assert((std::is_same<decltype(ldexp((unsigned long)0, ip)), double>::value), "");
357 static_assert((std::is_same<decltype(ldexp((long long)0, ip)), double>::value), "");
358 static_assert((std::is_same<decltype(ldexp((unsigned long long)0, ip)), double>::value), "")
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 48 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } function
353 static_assert((std::is_same<decltype(std::ldexp((float)0, ip)), float>::value), "");
354 static_assert((std::is_same<decltype(std::ldexp((bool)0, ip)), double>::value), "");
355 static_assert((std::is_same<decltype(std::ldexp((unsigned short)0, ip)), double>::value), "");
356 static_assert((std::is_same<decltype(std::ldexp((int)0, ip)), double>::value), "");
357 static_assert((std::is_same<decltype(std::ldexp((unsigned int)0, ip)), double>::value), "");
358 static_assert((std::is_same<decltype(std::ldexp((long)0, ip)), double>::value), "");
359 static_assert((std::is_same<decltype(std::ldexp((unsigned long)0, ip)), double>::value), "");
360 static_assert((std::is_same<decltype(std::ldexp((long long)0, ip)), double>::value), "");
361 static_assert((std::is_same<decltype(std::ldexp((unsigned long long)0, ip)), double>::value), "")
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 78 static native float ldexp(float x, int exp); method in class:CoreMathVerifier
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 12483 static T ldexp(T val, glw::GLint exp) function in namespace:gl4cts::Math
    [all...]

Completed in 762 milliseconds