Searched refs:in_float (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
D | shfl.ll | 64 define void @shfl.rest(i32 %in_i32, float %in_float, i32* %out_i32, float* %out_float) { 70 %up_float = call float @llvm.nvvm.shfl.up.f32(float %in_float, i32 3, i32 4) 78 %bfly_float = call float @llvm.nvvm.shfl.bfly.f32(float %in_float, i32 7, i32 8) 86 %idx_float = call float @llvm.nvvm.shfl.idx.f32(float %in_float, i32 11, i32 12)
|
/external/llvm/test/CodeGen/NVPTX/ |
D | shfl.ll | 64 define void @shfl.rest(i32 %in_i32, float %in_float, i32* %out_i32, float* %out_float) { 70 %up_float = call float @llvm.nvvm.shfl.up.f32(float %in_float, i32 3, i32 4) 78 %bfly_float = call float @llvm.nvvm.shfl.bfly.f32(float %in_float, i32 7, i32 8) 86 %idx_float = call float @llvm.nvvm.shfl.idx.f32(float %in_float, i32 11, i32 12)
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 2055 const float* in_float = nullptr; in FastParseSequenceExample() local 2067 in_float = c.default_value.flat<float>().data(); in FastParseSequenceExample() 2070 *out_float++ = *in_float++; in FastParseSequenceExample()
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | functions.test | 881 case in_float
|
/external/deqp/data/gles2/shaders/ |
D | functions.test | 581 case in_float
|
/external/deqp/data/gles3/shaders/ |
D | functions.test | 908 case in_float
|