HomeSort by relevance Sort by last modified time
    Searched refs:signedness (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/test/Sema/
PR16678.c 152 #error Unexpected signedness or conversion behavior
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
name_mapper.cpp 123 std::string signedness; local
141 signedness = "i";
144 if (0 == inst.words[3]) signedness = "u";
145 SaveName(result_id, signedness + root);
  /external/v8/src/compiler/
js-typed-lowering.h 85 Reduction ReduceUI32Shift(Node* node, Signedness signedness);
js-typed-lowering.cc 210 void ConvertInputsToUI32(Signedness left_signedness,
211 Signedness right_signedness) {
492 Node* ConvertToUI32(Node* node, Signedness signedness) {
495 if (signedness == kSigned) {
500 DCHECK_EQ(kUnsigned, signedness);
634 Reduction JSTypedLowering::ReduceUI32Shift(Node* node, Signedness signedness) {
639 r.ConvertInputsToUI32(signedness, kUnsigned);
640 return r.ChangeToPureOperator(r.NumberOp(), signedness == kUnsigne
    [all...]
  /prebuilts/go/darwin-x86/test/
rotate.go 13 // signedness).
  /prebuilts/go/linux-x86/test/
rotate.go 13 // signedness).
  /external/libvorbis/doc/
02-bitpacking.tex 90 \subsubsection{signedness}
92 The signedness of a specific number resulting from decode is to be
201 the unsigned value '3', or the signed value '-1'. Signedness is
86 from the byte stream and reassembling them into integers. subsubsection
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 102 IntegerSignedness signedness);
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 89 IntegerSignedness signedness);
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 100 IntegerSignedness signedness);
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 99 IntegerSignedness signedness);
lithium-codegen-s390.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 87 IntegerSignedness signedness);
lithium-codegen-x64.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 101 IntegerSignedness signedness);
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 102 IntegerSignedness signedness);
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 124 IntegerSignedness signedness);
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 60 struct { A int; B uint } // change of signedness for B
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 60 struct { A int; B uint } // change of signedness for B
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 712 const bool signedness = w[3]; local
713 val->type->type = (signedness ? glsl_int_type() : glsl_uint_type());
    [all...]

Completed in 550 milliseconds

1 2