HomeSort by relevance Sort by last modified time
    Searched full:exp2 (Results 51 - 75 of 748) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
bind_return_type.pass.cpp 68 Expect exp2 = ret(101, 102); local
73 assert(exp2 == 42);
79 assert(&exp2 == &dummy);
107 Expect exp2 = ret(101, 102); local
109 assert(exp2 == 42);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cse_test.cc 213 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( local
218 builder.AddInstruction(HloInstruction::CreateTuple({exp1, exp2, exp3}));
224 EXPECT_THAT(tuple, op::Tuple(exp1, exp2, exp3));
231 EXPECT_THAT(first_operand, ::testing::AnyOf(exp1, exp2, exp3));
246 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( local
248 *exp2->mutable_shape()->mutable_layout() = LayoutUtil::MakeLayout({1, 0});
251 builder.AddInstruction(HloInstruction::CreateTuple({exp1, exp2}));
257 EXPECT_THAT(tuple, op::Tuple(exp1, exp2));
263 EXPECT_THAT(tuple, op::Tuple(exp1, exp2));
277 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary local
360 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( local
    [all...]
  /external/libcxx/test/support/
hexfloat.h 43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4);
44 value_ = std::ldexp(m1 + s * std::ldexp(T(m0), exp2), exp);
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill3.ll 19 %exp2 = call double @ldexp(double 1.000000e+00, i32 %level) nounwind ; <double> [#uses=1]
20 %.c = fptosi double %exp2 to i32 ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/X86/
limited-prec.ll 20 %0 = call float @llvm.exp2.f32(float %x) ; <float> [#uses=1]
24 declare float @llvm.exp2.f32(float) nounwind readonly
  /external/ltp/testcases/realtime/func/pi-tests/
parse-testpi2.py 38 exp2= re.compile(r'^Noise Thread')
44 if exp1.search(line) and exp2.search(prev_line)and exp3.search(prev_line):
  /external/mesa3d/prebuilt-intermediates/glsl/
ir_expression_operation_strings.h 35 "exp2",
151 "exp2",
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
2009-08-21-PostRAKill3.ll 19 %exp2 = call double @ldexp(double 1.000000e+00, i32 %level) nounwind ; <double> [#uses=1]
20 %.c = fptosi double %exp2 to i32 ; <i32> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
limited-prec.ll 20 %0 = call float @llvm.exp2.f32(float %x) ; <float> [#uses=1]
24 declare float @llvm.exp2.f32(float) nounwind readonly
  /prebuilts/go/darwin-x86/src/math/big/
floatconv.go 85 exp2 := int64(len(z.mant))*_W - fnorm(z.mant)
99 exp2 += d
101 exp2 += d * 4 // hexadecimal digits are 4 bits each
114 exp2 += exp
120 // apply 2**exp2
121 if MinExp <= exp2 && exp2 <= MaxExp {
124 z.exp = int32(exp2)
  /prebuilts/go/darwin-x86/src/math/
stubs_mips64x.s 42 TEXT ·Exp2(SB),NOSPLIT,$0
43 JMP ·exp2(SB)
stubs_mipsx.s 42 TEXT ·Exp2(SB),NOSPLIT,$0
43 JMP ·exp2(SB)
  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 85 exp2 := int64(len(z.mant))*_W - fnorm(z.mant)
99 exp2 += d
101 exp2 += d * 4 // hexadecimal digits are 4 bits each
114 exp2 += exp
120 // apply 2**exp2
121 if MinExp <= exp2 && exp2 <= MaxExp {
124 z.exp = int32(exp2)
  /prebuilts/go/linux-x86/src/math/
stubs_mips64x.s 42 TEXT ·Exp2(SB),NOSPLIT,$0
43 JMP ·exp2(SB)
stubs_mipsx.s 42 TEXT ·Exp2(SB),NOSPLIT,$0
43 JMP ·exp2(SB)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
hexfloat.h 43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4);
44 value_ = std::ldexp(m1 + s * std::ldexp(T(m0), exp2), exp);
  /external/clang/test/CodeGen/
libcalls-ld.c 4 // RUN: %clang_cc1 %s -emit-llvm -fno-math-errno -o - | grep {call.*exp2\\..*f}
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/
pow2.ll 35 %Y = call float @powf(float 2.0, float %X) ;; exp2
  /external/llvm/test/CodeGen/AArch64/
arm64-illegal-float-ops.ll 51 declare float @llvm.exp2.f32(float)
52 declare double @llvm.exp2.f64(double)
53 declare fp128 @llvm.exp2.f128(fp128)
58 %exp2float = call float @llvm.exp2.f32(float %float)
62 %exp2double = call double @llvm.exp2.f64(double %double)
64 ; CHECK: bl exp2
66 %exp2fp128 = call fp128 @llvm.exp2.f128(fp128 %fp128)
illegal-float-ops.ll 51 declare float @llvm.exp2.f32(float)
52 declare double @llvm.exp2.f64(double)
53 declare fp128 @llvm.exp2.f128(fp128)
58 %exp2float = call float @llvm.exp2.f32(float %float)
62 %exp2double = call double @llvm.exp2.f64(double %double)
64 ; CHECK: bl exp2
66 %exp2fp128 = call fp128 @llvm.exp2.f128(fp128 %fp128)
  /external/llvm/test/CodeGen/SystemZ/
fp-libcall.ll 113 %tmp = call float @llvm.exp2.f32(float %x)
119 ; CHECK: brasl %r14, exp2@PLT
120 %tmp = call double @llvm.exp2.f64(double %x)
127 %tmp = call fp128 @llvm.exp2.f128(fp128 %x)
253 declare float @llvm.exp2.f32(float)
254 declare double @llvm.exp2.f64(double)
255 declare fp128 @llvm.exp2.f128(fp128)
  /external/llvm/test/Transforms/SLPVectorizer/X86/
call.ll 9 declare double @exp2(double)
79 ; CHECK: call <2 x double> @llvm.exp2.v2f64
86 %call = tail call double @exp2(double %mul) nounwind readnone
92 %call5 = tail call double @exp2(double %mul5) nounwind readnone
148 ; CHECK: declare <2 x double> @llvm.exp2.v2f64(<2 x double>) [[ATTR0]]
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 105 * Identity: exp2(a + b) = exp2(a) * exp2(b)
108 * So, exp2(x) = exp2(ipart) * exp2(fpart)
109 * Compute exp2(ipart) with i << ipart
110 * Compute exp2(fpart) with lookup table.
  /external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/
calls.ll 10 declare double @exp2(double)
25 %E = call double @exp2(double 4.0)
  /external/vulkan-validation-layers/libs/glm/detail/
func_exponential.hpp 85 /// @param x exp2 function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision.
88 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/exp2.xml">GLSL exp2 man page</a>
91 GLM_FUNC_DECL genType exp2(genType const & x);

Completed in 1026 milliseconds

1 23 4 5 6 7 8 91011>>