HomeSort by relevance Sort by last modified time
    Searched defs:f32 (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/test/CodeGen/
mms-bitfields.c 4 int f32; member in struct:s1
11 int f32; member in struct:s2
18 int f32; member in struct:s3
ms_struct.c 5 int f32; member in struct:s1
12 int f32; member in struct:s2
19 int f32; member in struct:s3
tbaa-class.cpp 13 uint32_t f32; member in class:StructA
22 uint32_t f32; member in class:StructB
29 uint32_t f32; member in class:StructC
36 uint32_t f32; member in class:StructD
44 uint32_t f32; member in class:StructS
61 A->f32 = 4;
84 A->f32 = 1;
85 B->a.f32 = 4;
86 return A->f32;
96 A->f32 = 1
    [all...]
tbaa.cpp 16 uint32_t f32; member in struct:__anon17186
24 uint32_t f32; member in struct:__anon17187
30 uint32_t f32; member in struct:__anon17188
36 uint32_t f32; member in struct:__anon17189
43 uint32_t f32; member in struct:__anon17190
48 uint32_t f32; member in struct:__anon17191
59 A->f32 = 4;
82 A->f32 = 1;
83 B->a.f32 = 4;
84 return A->f32;
    [all...]
  /external/skia/tests/
F16StagesTest.cpp 21 SkRasterPipeline_MemoryCtx f32 = { floats, 0 }, local
26 p.append(SkRasterPipeline:: load_f32, &f32);
42 p.append(SkRasterPipeline::store_f32, &f32);
NonlinearBlendingTest.cpp 30 f32 = skcms_PixelFormat_RGBA_ffff; local
36 &via_skcms, f32, premul, &dp3_profile,
56 skcms_Transform(via_steps, f32, premul, &dp3_profile,
57 steps_to_skcms, f32, premul, &srgb_profile,
  /external/skqp/tests/
F16StagesTest.cpp 21 SkRasterPipeline_MemoryCtx f32 = { floats, 0 }, local
26 p.append(SkRasterPipeline:: load_f32, &f32);
42 p.append(SkRasterPipeline::store_f32, &f32);
NonlinearBlendingTest.cpp 30 f32 = skcms_PixelFormat_RGBA_ffff; local
36 &via_skcms, f32, premul, &dp3_profile,
56 skcms_Transform(via_steps, f32, premul, &dp3_profile,
57 steps_to_skcms, f32, premul, &srgb_profile,
  /external/mesa3d/src/gallium/auxiliary/util/
u_half.h 55 union fi f32; local
60 f32.f = f;
63 sign = f32.ui & sign_mask;
64 f32.ui ^= sign;
66 if (f32.ui == f32inf) {
69 } else if (f32.ui > f32inf) {
74 f32.ui &= round_mask;
75 f32.f *= magic.f;
76 f32.ui -= round_mask;
91 if (f32.ui > f16inf
108 union fi f32; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_parser_test.cc 57 ENTRY %axpy.v5 (alpha: f32[], x: f32[2,4], y: f32[2,4]) -> f32[2,4] {
58 %alpha = f32[] parameter(0)
59 %broadcast = f32[2,4]{1,0} broadcast(f32[] %alpha), dimensions={}
60 %x = f32[2,4]{1,0} parameter(1)
61 %multiply = f32[2,4]{1,0} multiply(f32[2,4]{1,0} %broadcast, f32[2,4]{1,0} %x
2035 "Shape of computation CustomCall, f32[1], is not compatible " local
    [all...]
call_inliner_test.cc 60 Shape r0f32 = ShapeUtil::MakeShape(F32, {});
146 const Shape f32 = ShapeUtil::MakeShape(F32, {}); local
154 HloInstruction::CreateOutfeed(f32, value, token, /*outfeed_config=*/""));
  /external/virglrenderer/src/gallium/auxiliary/util/
u_half.h 55 union fi f32; local
60 f32.f = f;
63 sign = f32.ui & sign_mask;
64 f32.ui ^= sign;
66 if (f32.ui == f32inf) {
69 } else if (f32.ui > f32inf) {
74 f32.ui &= round_mask;
75 f32.f *= magic.f;
76 f32.ui -= round_mask;
87 if (f32.ui > f16inf
104 union fi f32; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
ImageBuffersForRenderScriptF32.java 17 package android.renderscript.cts.refocus.f32;
KernelDataForRenderScriptF32.java 17 package android.renderscript.cts.refocus.f32;
72 Element.F32(renderScript), kernelStack.length);
RefocusFilterF32.java 17 package android.renderscript.cts.refocus.f32;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RenderScriptTask.java 22 import android.renderscript.cts.refocus.f32.RefocusFilterF32;
38 enum script{f32, d1new}; enum constant in enum:RenderScriptTask.script
104 case f32:
  /external/deqp-deps/SPIRV-Tools/test/opt/
types_test.cpp 118 auto* f32 = types.back().get(); local
126 types.emplace_back(new Vector(f32, 3));
154 types.emplace_back(new Array(f32, 100));
155 types.emplace_back(new Array(f32, 42));
166 types.emplace_back(new Struct(std::vector<const Type*>{s32, f32}));
177 types.emplace_back(new Pointer(f32, SpvStorageClassInput));
type_manager_test.cpp 84 auto* f32 = types.back().get(); local
92 types.emplace_back(new Vector(f32, 3));
120 types.emplace_back(new Array(f32, 100));
121 types.emplace_back(new Array(f32, 42));
132 types.emplace_back(new Struct(std::vector<const Type*>{s32, f32}));
143 types.emplace_back(new Pointer(f32, SpvStorageClassInput));
477 %f32 = OpTypeFloat 32 ; id: 6
478 %struct1 = OpTypeStruct %u32 %f32 ; base
479 %struct2 = OpTypeStruct %f32 %u32 ; different member order
480 %struct3 = OpTypeStruct %f32 ; different member lis
    [all...]
  /external/llvm/test/MC/ELF/
cfi.s 191 f32: label
  /external/mesa3d/src/util/
format_r11g11b10f.h 58 } f32 = {val}; local
63 int sign = (f32.ui >> 16) & 0x8000;
65 int exponent = ((f32.ui >> 23) & 0xff) - 127;
66 int mantissa = f32.ui & 0x007fffff;
106 } f32; local
111 f32.f = 0.0;
116 f32.f = scale * mantissa;
119 f32.ui = F32_INFINITY | mantissa;
129 f32.f = scale * decimal;
132 return f32.f
140 } f32 = {val}; local
188 } f32; local
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
cfi.s 191 f32: label
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
types_test.cpp 118 auto* f32 = types.back().get(); local
126 types.emplace_back(new Vector(f32, 3));
154 types.emplace_back(new Array(f32, 100));
155 types.emplace_back(new Array(f32, 42));
166 types.emplace_back(new Struct(std::vector<const Type*>{s32, f32}));
177 types.emplace_back(new Pointer(f32, SpvStorageClassInput));
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
cfi.s 191 f32: label
  /external/mesa3d/src/compiler/glsl/
lower_packing_builtins.cpp 858 * Let f32 be a float32 value. The sign, exponent, and mantissa
901 * Our task is to compute s16, e16, m16 given f32. Since this function
908 /* Case 1) f32 is NaN
1025 ir_variable *f32 = factory.make_temp(glsl_type::uvec2_type, local
1251 ir_variable *f32 = factory.make_temp(glsl_type::uvec2_type, local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.cpp 388 float f32; member in union:nv50_ir::__anon33401
391 u.f32 = f;

Completed in 1524 milliseconds

1 2 3