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

  /external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
tuple_element.pass.cpp 23 typedef T2 Exp2;
26 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
30 typedef T2 const Exp2;
33 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
37 typedef T2 volatile Exp2;
40 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
44 typedef T2 const volatile Exp2;
47 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pair.astuple/
tuple_element.pass.cpp 23 typedef T2 Exp2;
26 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
30 typedef T2 const Exp2;
33 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
37 typedef T2 volatile Exp2;
40 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
44 typedef T2 const volatile Exp2;
47 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
  /prebuilts/go/darwin-x86/src/math/
exp.go 132 // Exp2 returns 2**x, the base-2 exponential of x.
135 func Exp2(x float64) float64
137 func exp2(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
exp.go 132 // Exp2 returns 2**x, the base-2 exponential of x.
135 func Exp2(x float64) float64
137 func exp2(x float64) float64 { func
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 860 if (Op1C->isExactlyValue(2.0)) // pow(2.0, x) -> exp2(x)
861 return EmitUnaryFloatFnCall(Op2, "exp2", B, Callee->getAttributes());
899 // 'exp2' Optimizations
911 // Turn exp2(sitofp(x)) -> ldexp(1.0, sext(x)) if sizeof(x) <= 32
912 // Turn exp2(uitofp(x)) -> ldexp(1.0, zext(x)) if sizeof(x) < 32
    [all...]
  /external/shaderc/spirv-headers/include/spirv/1.0/
OpenCL.std.h 56 Exp2 = 20,
  /external/shaderc/spirv-headers/include/spirv/1.1/
OpenCL.std.h 56 Exp2 = 20,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 56 Exp2 = 20,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 52 Exp2 = 20,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 52 Exp2 = 20,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.2/
OpenCL.std.h 52 Exp2 = 20,
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 2104 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } function in namespace:vkt::shaderexecutor::Functions
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 2146 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); } function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]

Completed in 946 milliseconds