Searched defs:float32 (Results 1 - 10 of 10) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_float.hpp37 typedef float float32; typedef in namespace:glm::detail
81 typedef float float32; typedef in namespace:glm
87 GLM_STATIC_ASSERT(sizeof(glm::float32) == 4, "float32 size isn't 4 bytes on this platform");
/external/webrtc/webrtc/base/
H A Dmacconversion.cc77 Float32 float32; local
79 static_cast<void*>(&float32));
80 if (converted) *i = static_cast<int>(float32);
/external/deqp/framework/opengl/
H A DgluShaderLibrary.hpp64 float float32; member in union:glu::sl::Value::Element
/external/v8/src/wasm/
H A Dencoder.cc207 uint16_t float32 = 0; local
217 float32++;
224 e->local_float32_count_ = float32;
226 float64 = param + int32 + int64 + float32;
227 float32 = param + int32 + int64;
240 var_index[i] = float32++;
/external/v8/test/cctest/compiler/
H A Dtest-run-native-calls.cc22 typedef float float32; typedef in namespace:v8::internal::compiler::__anon18250
157 // TODO(titzer): hack. float32 occupies 8 bytes on stack.
345 Node* MakeConstant(RawMachineAssembler& raw, float32 value) {
400 void ArgsBuffer<float32>::Mutate() {
405 output = std::numeric_limits<float32>::quiet_NaN();
876 ArgsBuffer<float32>::Sig sig(2);
888 RunSelect<float32, 0>(desc);
889 RunSelect<float32, 1>(desc);
932 ArgsBuffer<float32>::Sig sig(count);
934 RunSelect<float32,
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1859 float float32 = (float) CFP->getValueAPF().convertToFloat(); local
1860 ConvertFloatToBytes(ptr, float32);
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dtype_precision.hpp605 typedef detail::float32 float32; typedef in namespace:glm
614 typedef detail::float32 float32_t;
623 typedef float32 f32;
/external/vulkan-validation-layers/libs/glm/
H A Dfwd.hpp1330 typedef detail::float32 lowp_float32;
1338 typedef detail::float32 lowp_float32_t;
1346 typedef float32 lowp_f32;
1354 typedef detail::float32 lowp_float32;
1362 typedef detail::float32 lowp_float32_t;
1370 typedef float32 lowp_f32;
1379 typedef detail::float32 lowp_float32;
1387 typedef detail::float32 lowp_float32_t;
1395 typedef float32 lowp_f32;
1404 typedef detail::float32 mediump_float3
1455 typedef lowp_float32 float32; typedef in namespace:glm
1481 typedef mediump_float32 float32; typedef in namespace:glm
1507 typedef highp_float32 float32; typedef in namespace:glm
[all...]
/external/skia/third_party/vulkan/
H A Dvulkan.h2098 float float32[4]; member in union:VkClearColorValue
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2107 float float32[4]; member in union:VkClearColorValue

Completed in 1654 milliseconds