Home
last modified time | relevance | path

Searched defs:Fixed (Results 1 – 18 of 18) sorted by relevance

/external/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed() function
/external/libdivsufsort/
DCHANGELOG.md6 ### Fixed subsection
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DNativeFormatting.h19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/external/deqp/external/openglcts/modules/common/
DglcSampleVariablesTests.cpp926 struct Fixed in init() struct
928 char const* name; in init()
929 GLboolean fixedSampleLocations; in init()
/external/llvm/include/llvm/Bitcode/
DBitCodes.h93 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilitySampleVariablesTests.cpp924 struct Fixed in init() struct
926 char const* name; in init()
927 GLboolean fixedSampleLocations; in init()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitCodes.h90 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h116 Fixed = 1, // A fixed width field, Val specifies number of bits. enumerator
/external/llvm/lib/CodeGen/
DInterferenceCache.h75 LiveRange *Fixed; member
/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.h92 bool Fixed; // Can be renamed? "Fixed" means "no". member
DRDFGraph.h252 Fixed = 0x0010 << 5, // 10000, Fixed register. enumerator
/external/python/cpython2/Tools/bgen/bgen/
Dmacsupport.py82 Fixed = OpaqueByValueType("Fixed", "PyMac_BuildFixed", "PyMac_GetFixed") variable
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc337 TEST(CBBTest, Fixed) { in TEST() argument
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp352 class Fixed class in deqp::gls::GLValue
DglsDrawTest.cpp469 class Fixed class in deqp::gls::__anon5a04624d0111::GLValue
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh662 struct Fixed: INT32 struct
/external/clang/include/clang/AST/
DDecl.h3045 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl()
/external/clang/lib/Sema/
DSemaOverload.cpp10775 Expr *Fixed = FixOverloadedFunctionReference(E, DAP, Found); in resolveAndFixAddressOfOnlyViableOverloadCandidate() local