HomeSort by relevance Sort by last modified time
    Searched full:exp2 (Results 151 - 175 of 572) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/Thumb2/
float-intrinsics-float.ll 62 declare float @llvm.exp2.f32(float %Val)
67 %1 = call float @llvm.exp2.f32(float %a)
  /external/bison/darwin-lib/
math.h 891 # undef exp2
892 # define exp2 rpl_exp2
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
900 _GL_CXXALIAS_SYS (exp2, double, (double x));
902 _GL_CXXALIASWARN (exp2);
904 # undef exp2 macro
906 _GL_WARN_ON_USE (exp2, "exp2 is unportable -
    [all...]
  /external/bison/lib/
math.in.h 579 # undef exp2 macro
580 # define exp2 rpl_exp2 macro
582 _GL_FUNCDECL_RPL (exp2, double, (double x));
583 _GL_CXXALIAS_RPL (exp2, double, (double x));
586 _GL_FUNCDECL_SYS (exp2, double, (double x));
588 _GL_CXXALIAS_SYS (exp2, double, (double x));
590 _GL_CXXALIASWARN (exp2); variable
592 # undef exp2 macro
594 _GL_WARN_ON_USE (exp2, "exp2 is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 891 # undef exp2
892 # define exp2 rpl_exp2
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
898 _GL_FUNCDECL_SYS (exp2, double, (double x));
900 _GL_CXXALIAS_SYS (exp2, double, (double x));
902 _GL_CXXALIASWARN (exp2);
904 # undef exp2 macro
906 _GL_WARN_ON_USE (exp2, "exp2 is unportable -
    [all...]
  /external/clang/lib/Headers/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /external/deqp/data/gles2/shaders/
constant_expressions.test 281 const float a = sqrt( atan(sin(1.5)/cos(1.5)) /*1.5*/ * log2(exp2(log(exp(6.2) + 0.1)) + 0.1) /*~6.2*/);
  /external/deqp/framework/common/
tcuInterval.cpp 123 Interval exp2 (const Interval& x) function in namespace:tcu
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 402 def __init__(self, identifier=None, exp1=None, exp2=None):
405 self.exp2 = exp2
666 upper = int(env.EvalExp(node.exp2))
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 158 case Intrinsic::exp2:
159 EnsureFPIntrinsicsExist(M, I, "exp2f", "exp2", "exp2l");
523 case Intrinsic::exp2: {
524 ReplaceFPIntrinsicWithCall(CI, "exp2f", "exp2", "exp2l");
  /external/mesa3d/src/mesa/program/
program_parse_extra.c 184 } else if (strcmp(option, "exp2") == 0) {
  /external/protobuf/gtest/scripts/
pump.py 393 def __init__(self, identifier=None, exp1=None, exp2=None):
396 self.exp2 = exp2
659 upper = int(env.EvalExp(node.exp2))
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isf_extrapolation.cpp 123 int16 exp, exp2, hi, lo; local
226 exp2 = norm_s(tmp2);
230 tmp2 <<= exp2; local
232 exp = exp2 - exp;
  /ndk/sources/android/support/src/
math_support.c 91 __attribute__((weak)) long double exp2l(long double x) { return exp2((double)x); }
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 662 // exp2
670 __tg_exp2(double __x) {return exp2(__x);}
676 #undef exp2 macro
677 #define exp2(__x) __tg_exp2(__tg_promote1((__x))(__x)) macro
  /external/libcxx/include/
cmath 184 floating_point exp2 (arithmetic x);
1167 // exp2
1169 using ::exp2;
1172 inline _LIBCPP_INLINE_VISIBILITY float exp2(float __lcpp_x) _NOEXCEPT {return exp2f(__lcpp_x);}
1173 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return exp2l(__lcpp_x);}
1178 exp2(_A1 __lcpp_x) _NOEXCEPT {return exp2((double)__lcpp_x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 184 floating_point exp2 (arithmetic x);
1159 // exp2
1161 using ::exp2;
1164 inline _LIBCPP_INLINE_VISIBILITY float exp2(float __x) _NOEXCEPT {return exp2f(__x);}
1165 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __x) _NOEXCEPT {return exp2l(__x);}
1170 exp2(_A1 __x) _NOEXCEPT {return exp2((double)__x);}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 184 floating_point exp2 (arithmetic x);
1159 // exp2
1161 using ::exp2;
1164 inline _LIBCPP_INLINE_VISIBILITY float exp2(float __x) _NOEXCEPT {return exp2f(__x);}
1165 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __x) _NOEXCEPT {return exp2l(__x);}
1170 exp2(_A1 __x) _NOEXCEPT {return exp2((double)__x);}
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 94 {"exp2", "exp2(${T} (6.7))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatExp2(6.7f) },
  /external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
Water.frag 198 fogFactor = exp2( -fogIntensity * fogIntensity * cameraDepth * 0.03 * LOG2 );
218 fogFactor = exp2( -fogIntensity * fogIntensity * fogDepth * fogDepth * LOG2 );
Water15.frag 200 fogFactor = exp2( -fogIntensity * fogIntensity * cameraDepth * 0.03 * LOG2 );
220 fogFactor = exp2( -fogIntensity * fogIntensity * fogDepth * fogDepth * LOG2 );
  /external/llvm/test/CodeGen/ARM/
2011-11-29-128bitArithmetics.ll 114 %1 = call <4 x float> @llvm.exp2.v4f32(<4 x float> %0)
119 declare <4 x float> @llvm.exp2.v4f32(<4 x float>) nounwind readonly

Completed in 425 milliseconds

1 2 3 4 5 67 8 91011>>