HomeSort by relevance Sort by last modified time
    Searched defs:T31 (Results 1 - 12 of 12) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_tanl.c 45 T31 = 0x1.1c77d6eac0234988cdaa04c96626p-20L,
91 w * (T27 + w * (T31 + w * (T35 +
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhl.c 81 T31 = -1.0407567231003314e-6, /* -0x1176041e656869.0p-72 */
146 RETURNI(((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 +
152 long double q = ((((((((((((((T33*dx2 + T31)*dx2 + T29)*dx2 + T27)*dx2 +
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5.c 96 #define T31 0x676f02d9
248 SET(c, d, a, b, 7, 14, T31);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5.c 96 #define T31 0x676f02d9
248 SET(c, d, a, b, 7, 14, T31);
  /external/libcups/cups/
md5.c 76 #define T31 0x676f02d9
205 SET(c, d, a, b, 7, 14, T31);
  /external/python/cpython2/Modules/
md5.c 96 #define T31 0x676f02d9
248 SET(c, d, a, b, 7, 14, T31);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
copy.go 344 type T31 struct {
355 a := T31{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [31]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
358 want := T31{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [31]byte{100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    [all...]
zero.go 328 type T31 struct {
339 a := T31{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [31]byte{255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
341 want := T31{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [31]byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
copy.go 344 type T31 struct {
355 a := T31{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [31]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
358 want := T31{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [31]byte{100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    [all...]
zero.go 328 type T31 struct {
339 a := T31{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [31]byte{255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
341 want := T31{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [31]byte{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CLexer.py 55 T31=31
315 # $ANTLR start T31
319 self.type = T31
334 # $ANTLR end T31
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
CLexer.py 55 T31=31
315 # $ANTLR start T31
319 self.type = T31
334 # $ANTLR end T31
    [all...]

Completed in 273 milliseconds