HomeSort by: relevance | last modified time | path
    Searched defs:Float (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xkbcomp/dist/
xkbparse.y 80 FLOAT 62
137 %type <ival> Number Integer Float SignedNumber
728 | Float
796 Number : FLOAT { $$= scanInt; }
800 Float : FLOAT { $$= scanInt; }
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_types.hpp 143 template <typename Float, typename Integer, typename Double>
146 Float v[4];
151 Float x;
152 Float y;
153 Float z;
154 Float w;
156 SIMDINLINE Float& SIMDCALL operator[](const int i) { return v[i]; }
157 SIMDINLINE Float const& SIMDCALL operator[](const int i) const { return v[i]; }
170 union Float
172 SIMDINLINE Float() = default
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-internal.h 54 #include <float.h>
227 // For float, there are 8 exponent bits and 23 fraction bits.
236 // RawType: the raw floating-point type (either float or double)
390 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
396 typedef FloatingPoint<float> Float;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
simdlib_types.hpp 143 template <typename Float, typename Integer, typename Double>
146 Float v[4];
151 Float x;
152 Float y;
153 Float z;
154 Float w;
156 SIMDINLINE Float& SIMDCALL operator[](const int i) { return v[i]; }
157 SIMDINLINE Float const& SIMDCALL operator[](const int i) const { return v[i]; }
170 union Float
172 SIMDINLINE Float() = default
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-internal.h 54 #include <float.h>
251 // For float, there are 8 exponent bits and 23 fraction bits.
260 // RawType: the raw floating-point type (either float or double)
414 inline float FloatingPoint<float>::Max() { return FLT_MAX; }
420 typedef FloatingPoint<float> Float;
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_shader_tokens.h 272 float Float;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_shader_tokens.h 274 float Float;

Completed in 15 milliseconds