Home
last modified time | relevance | path

Searched refs:bitwidth (Results 1 – 25 of 79) sorted by relevance

1234

/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_literal_test.cpp160 uint32_t bitwidth; member
177 IdType expected_type{test.bitwidth, test.is_signed, type}; in successfulEncode()
192 IdType expected_type{test.bitwidth, test.is_signed, type}; in failedEncode()
207 << GetParam().bitwidth << "-bit " in TEST_P()
217 TextLiteralCase Make_Ok__Signed(uint32_t bitwidth, const char* text, in Make_Ok__Signed() argument
219 return TextLiteralCase{bitwidth, text, true, true, encoding}; in Make_Ok__Signed()
221 TextLiteralCase Make_Ok__Unsigned(uint32_t bitwidth, const char* text, in Make_Ok__Unsigned() argument
223 return TextLiteralCase{bitwidth, text, false, true, encoding}; in Make_Ok__Unsigned()
225 TextLiteralCase Make_Bad_Signed(uint32_t bitwidth, const char* text) { in Make_Bad_Signed() argument
226 return TextLiteralCase{bitwidth, text, true, false, {}}; in Make_Bad_Signed()
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Dtext_literal_test.cpp160 uint32_t bitwidth; member
177 IdType expected_type{test.bitwidth, test.is_signed, type}; in successfulEncode()
192 IdType expected_type{test.bitwidth, test.is_signed, type}; in failedEncode()
207 << GetParam().bitwidth << "-bit " in TEST_P()
217 TextLiteralCase Make_Ok__Signed(uint32_t bitwidth, const char* text, in Make_Ok__Signed() argument
219 return TextLiteralCase{bitwidth, text, true, true, encoding}; in Make_Ok__Signed()
221 TextLiteralCase Make_Ok__Unsigned(uint32_t bitwidth, const char* text, in Make_Ok__Unsigned() argument
223 return TextLiteralCase{bitwidth, text, false, true, encoding}; in Make_Ok__Unsigned()
225 TextLiteralCase Make_Bad_Signed(uint32_t bitwidth, const char* text) { in Make_Bad_Signed() argument
226 return TextLiteralCase{bitwidth, text, true, false, {}}; in Make_Bad_Signed()
[all …]
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.cpp251 number_type = {type.bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
253 number_type = {type.bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
257 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
265 uint32_t bitwidth = static_cast<uint32_t>(assumedBitWidth(type)); in binaryEncodeNumericLiteral() local
267 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
269 number_type = {bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
271 number_type = {bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
Dtext_handler.h47 uint32_t bitwidth; // Safe to assume that we will not have > 2^32 bits. member
54 return (first.bitwidth == second.bitwidth) &&
86 return type.bitwidth; in assumedBitWidth()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp251 number_type = {type.bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
253 number_type = {type.bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
257 number_type = {type.bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
265 uint32_t bitwidth = static_cast<uint32_t>(assumedBitWidth(type)); in binaryEncodeNumericLiteral() local
267 number_type = {bitwidth, SPV_NUMBER_FLOATING}; in binaryEncodeNumericLiteral()
269 number_type = {bitwidth, SPV_NUMBER_SIGNED_INT}; in binaryEncodeNumericLiteral()
271 number_type = {bitwidth, SPV_NUMBER_UNSIGNED_INT}; in binaryEncodeNumericLiteral()
Dtext_handler.h47 uint32_t bitwidth; // Safe to assume that we will not have > 2^32 bits. member
54 return (first.bitwidth == second.bitwidth) &&
86 return type.bitwidth; in assumedBitWidth()
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dllvm_executionengine.mli34 (** [of_int32 n w] boxes the int32 [i] in a generic value with the bitwidth
38 (** [of_int n w] boxes the int [i] in a generic value with the bitwidth
43 bitwidth [w]. See the field [llvm::GenericValue::IntVal]. *)
47 (** [of_int64 n w] boxes the int64 [i] in a generic value with the bitwidth
61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
66 Is invalid if [gv] has a bitwidth greater than the host bit width (but the
72 [nativeint]. Is invalid if [gv] has a bitwidth greater than
77 Is invalid if [gv] has a bitwidth greater than [int64]. See the field
/external/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.h31 uint32_t bitwidth; member
65 return type.bitwidth; in AssumedBitWidth()
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.h31 uint32_t bitwidth; member
65 return type.bitwidth; in AssumedBitWidth()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/
Dvcp-type-mismatch.ll5 ; to optimize. For bitwidth mismatches, we allow the optimization in order
6 ; to simplify the implementation. This is legal because the bitwidth mismatch
/external/deqp-deps/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr()
60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp56 number_type.bitwidth = IT->width(); in ParseDefaultValueStr()
60 number_type.bitwidth = FT->width(); in ParseDefaultValueStr()
/external/llvm/test/CodeGen/PowerPC/
Dfastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/llvm/test/CodeGen/ARM/
Dfastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/llvm/test/CodeGen/AArch64/
Darm64-fastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-fastisel-gep-promote-before-add.ll1 ; fastisel should not fold add with non-pointer bitwidth
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Float2Int/
Dtoolarge.ll9 ; up to i64, so it should fail (even though the max integer bitwidth is 256).
/external/llvm/test/Transforms/Float2Int/
Dtoolarge.ll9 ; up to i64, so it should fail (even though the max integer bitwidth is 256).
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp237 unsigned int bitwidth = T->getBitWidth(); in bypassSlowDivision() local
240 DenseMap<unsigned int, unsigned int>::const_iterator BI = BypassWidths.find(bitwidth); in bypassSlowDivision()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FakeQuantWithMinMaxArgs.pbtxt9 `num_bits` is the bitwidth of the quantization; between 2 and 16, inclusive.
Dapi_def_FakeQuantWithMinMaxVars.pbtxt11 `num_bits` is the bitwidth of the quantization; between 2 and 16, inclusive.
Dapi_def_FakeQuantWithMinMaxVarsPerChannel.pbtxt12 `num_bits` is the bitwidth of the quantization; between 2 and 16, inclusive.
Dapi_def_FakeQuantWithMinMaxVarsGradient.pbtxt40 The bitwidth of the quantization; between 2 and 8, inclusive.

1234