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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/testdata/
pointer.go 3 type Int8Ptr *int8
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
pointer.go 3 type Int8Ptr *int8
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
logic_test.go 222 values := [...]int8{-1 << 7, 1<<7 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
225 zero := func(x int8) int8 { return 0 }
226 id := func(x int8) int8 { return x }
227 or := func(x, y int8) int8 { return x | y }
228 and := func(x, y int8) int8 { return x & y }
229 y := func(x, y int8) int8 { return y
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
logic_test.go 222 values := [...]int8{-1 << 7, 1<<7 - 1, -4, -3, -2, -1, 0, 1, 2, 3, 4}
225 zero := func(x int8) int8 { return 0 }
226 id := func(x int8) int8 { return x }
227 or := func(x, y int8) int8 { return x | y }
228 and := func(x, y int8) int8 { return x & y }
229 y := func(x, y int8) int8 { return y
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 73 #ifndef HW_TMS320C5x /* platforms that don't have int8 must use the 'default' implementation */
80 sumL += ( ( int8 ) dpL[ 0 ] * ( int32 )inPtrL[ 0 ] );
81 sumL += ( ( int8 )( dpL[ 0 ] >> 8 ) * ( int32 )inPtrL[ 1 ] );
82 sumL += ( ( int8 ) dpL[ 1 ] * ( int32 )inPtrL[ 2 ] );
83 sumL += ( ( int8 )( dpL[ 1 ] >> 8 ) * ( int32 )inPtrL[ 3 ] );
84 sumL += ( ( int8 ) dpL[ 2 ] * ( int32 )inPtrL[ 4 ] );
85 sumL += ( ( int8 )( dpL[ 2 ] >> 8 ) * ( int32 )inPtrL[ 5 ] );
86 sumL += ( ( int8 ) dpL[ 3 ] * ( int32 )inPtrL[ 6 ] );
87 sumL += ( ( int8 )( dpL[ 3 ] >> 8 ) * ( int32 )inPtrL[ 7 ] );
93 sumL += ( ( int8 ) *dpL * ( int32 )inPtrL[ 0 ] )
    [all...]
  /external/google-breakpad/src/common/dwarf/
types.h 38 typedef signed char int8; typedef
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11590.go 9 var _ = int8(4) * 300 // ERROR "constant 300 overflows int8" "constant 1200 overflows int8"
bug452.go 21 func bar() int8 {
28 return int8(W+int16(X+3)+3) * int8(Y+3+Z*3)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11590.go 9 var _ = int8(4) * 300 // ERROR "constant 300 overflows int8" "constant 1200 overflows int8"
bug452.go 21 func bar() int8 {
28 return int8(W+int16(X+3)+3) * int8(Y+3+Z*3)
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser_test.go 18 {id: "foo", typ: "<type -1>", want: "int8"},
22 {id: "foo", typ: "<type 1 \"bar.Foo\" \"bar\" <type -1> func (? <type 1>) M (); >", want: "bar.Foo", underlying: "int8", methods: "func (bar.Foo).M()"},
23 {id: "foo", typ: "<type 1 \".bar.foo\" \"bar\" <type -1>>", want: "bar.foo", underlying: "int8"},
24 {id: "foo", typ: "<type 1 []<type -1>>", want: "[]int8"},
25 {id: "foo", typ: "<type 1 [42]<type -1>>", want: "[42]int8"},
26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"},
27 {id: "foo", typ: "<type 1 chan <type -1>>", want: "chan int8"},
28 {id: "foo", typ: "<type 1 chan <- <type -1>>", want: "<-chan int8"},
29 {id: "foo", typ: "<type 1 chan -< <type -1>>", want: "chan<- int8"},
30 {id: "foo", typ: "<type 1 struct { I8 <type -1>; I16 <type -2> \"i16\"; }>", want: "struct{I8 int8; I16 int16 \"i16\"}"}
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser_test.go 18 {id: "foo", typ: "<type -1>", want: "int8"},
22 {id: "foo", typ: "<type 1 \"bar.Foo\" \"bar\" <type -1> func (? <type 1>) M (); >", want: "bar.Foo", underlying: "int8", methods: "func (bar.Foo).M()"},
23 {id: "foo", typ: "<type 1 \".bar.foo\" \"bar\" <type -1>>", want: "bar.foo", underlying: "int8"},
24 {id: "foo", typ: "<type 1 []<type -1>>", want: "[]int8"},
25 {id: "foo", typ: "<type 1 [42]<type -1>>", want: "[42]int8"},
26 {id: "foo", typ: "<type 1 map [<type -1>] <type -2>>", want: "map[int8]int16"},
27 {id: "foo", typ: "<type 1 chan <type -1>>", want: "chan int8"},
28 {id: "foo", typ: "<type 1 chan <- <type -1>>", want: "<-chan int8"},
29 {id: "foo", typ: "<type 1 chan -< <type -1>>", want: "chan<- int8"},
30 {id: "foo", typ: "<type 1 struct { I8 <type -1>; I16 <type -2> \"i16\"; }>", want: "struct{I8 int8; I16 int16 \"i16\"}"}
    [all...]
  /system/extras/perfprofd/quipper/base/
basictypes.h 22 typedef int8_t int8; typedef
49 const int8 kint8min = -0x7F - 1;
50 const int8 kint8max = 0x7F;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 41 typedef int8_t int8; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 66 typedef int8_t int8; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 73 typedef signed char int8; /* Signed 8 bit value */ typedef
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.hpp 122 GLM_FUNC_DECL int16 bitfieldInterleave(int8 x, int8 y);
164 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z);
206 GLM_FUNC_DECL int32 bitfieldInterleave(int8 x, int8 y, int8 z, int8 w);
  /external/dng_sdk/source/
dng_types.h 41 typedef int8_t int8; typedef
53 typedef signed char int8; typedef
  /prebuilts/go/darwin-x86/test/fixedbugs/bug460.dir/
a.go 9 int8
  /prebuilts/go/linux-x86/test/fixedbugs/bug460.dir/
a.go 9 int8
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 132 int8 phy_noise; /* noise (in dBm) */
165 int8 phy_noise; /* noise (in dBm) */
207 int8 phy_noise; /* noise (in dBm) */
341 int8 nprobes; /* 0, passive, otherwise active */
342 int8 split_scan; /* split scan */
343 int8 band; /* band */
344 int8 pad;
370 int8 bss_type; /* default: any,
777 int8 type;
778 int8 flags
    [all...]
  /external/flatbuffers/python/flatbuffers/
packer.py 32 int8 = struct.Struct("<b") variable

Completed in 1470 milliseconds

1 2 3 4 5 6 7 8 91011>>