Home
last modified time | relevance | path

Searched refs:float_t (Results 1 – 20 of 20) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_float.hpp44 typedef mediump_float float_t; typedef
46 typedef highp_float float_t; typedef
48 typedef mediump_float float_t; typedef
50 typedef lowp_float float_t; typedef
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp484 const glsl_type * const float_t; member in __anon50b65e060111::builtin_variable_generator
504 float_t(glsl_type::float_type), vec2_t(glsl_type::vec2_type), in builtin_variable_generator()
1007 add_uniform(float_t, "gl_NormalScale"); in generate_uniforms()
1122 add_input(VERT_ATTRIB_FOG, float_t, "gl_FogCoord"); in generate_vs_special_vars()
1140 add_output(VARYING_SLOT_TESS_LEVEL_OUTER, array(float_t, 4), in generate_tcs_special_vars()
1142 add_output(VARYING_SLOT_TESS_LEVEL_INNER, array(float_t, 2), in generate_tcs_special_vars()
1187 add_input(VARYING_SLOT_TESS_LEVEL_OUTER, array(float_t, 4), in generate_tes_special_vars()
1189 add_input(VARYING_SLOT_TESS_LEVEL_INNER, array(float_t, 2), in generate_tes_special_vars()
1192 add_system_value(SYSTEM_VALUE_TESS_LEVEL_OUTER, array(float_t, 4), in generate_tes_special_vars()
1194 add_system_value(SYSTEM_VALUE_TESS_LEVEL_INNER, array(float_t, 2), in generate_tes_special_vars()
[all …]
/external/llvm-project/libc/include/
D__llvm-libc-stdc-types.h30 typedef __LLVM_LIBC_FLOAT_T float_t; typedef
/external/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.cpp29 createCallback<float_t>(); in beginStreams()
/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c45 float_t x;
46 float_t y;
533 float_t width; in test_multi_plane_rotation()
534 float_t height; in test_multi_plane_rotation()
/external/libaom/libaom/av1/encoder/
Dratectrl.h174 float_t arf_boost_factor;
/external/llvm-project/libc/AOR_v20.02/math/
Dpowf.c159 float_t x2 = x * x; in powf()
/external/arm-optimized-routines/math/
Dpowf.c158 float_t x2 = x * x; in powf()
/external/tensorflow/tensorflow/python/framework/
Dops_test.py670 float_t, label_str_t = op.values()
671 self.assertEqual(dtypes.float32, float_t.dtype)
672 self.assertEqual(op, float_t.op)
673 self.assertEqual(0, float_t._value_index)
674 self.assertEqual(0, len(float_t.consumers()))
675 self.assertEqual("myop", float_t._as_node_def_input())
689 float_t, = op1.values()
690 op2 = test_ops.float_input(float_t, name="myop2")
693 self.assertIs(float_t, op2.inputs[0])
695 self.assertEqual(1, len(float_t.consumers()))
[all …]
/external/llvm-project/libc/config/linux/
Dapi.td146 def FloatT : TypeDecl<"float_t"> {
/external/libcxx/include/
Dcmath43 float_t // C99
332 using ::float_t;
/external/llvm-project/libcxx/include/
Dcmath42 float_t // C99
335 using ::float_t;
/external/llvm-project/libc/spec/
Dstdc.td292 NamedType<"float_t">,
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc465 const std::vector<float_t> expected_output = { in TEST()
/external/ImageMagick/config/
Dconfig.h.in922 /* The size of `float_t', as computed by sizeof. */
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc464 SYMBOL(float_t, None, <math.h>)
DStdSymbolMap.inc355 SYMBOL(float_t, std::, <cmath>)
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp86 using float_t = PerLane<float>; typedef
/external/ImageMagick/
DChangeLog1884 * Don't use variable float_t / double_t, bump SO (reference
Dconfigure.ac1009 AC_CHECK_SIZEOF([float_t], [], [[#include <math.h>]])