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

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_tanl.c 41 T23 = 0x1.497d8eea21e95bc7e2aa79b9f2cdp-15L,
90 v = z * (T7 + w * (T11 + w * (T15 + w * (T19 + w * (T23 +
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhl.c 77 T23 = -3.9278322983156353e-5, /* -0x1497d8e6b75729.0p-67 */
147 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 +
153 T25)*x2 + T23)*x2 + T21)*x2 + T19)*x2 + T17)*x2 +
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 67 T22 struct{ link *T23 }
68 T23 struct{ link *T22 }
  /prebuilts/go/darwin-x86/test/
writebarrier.go 230 type T23 struct {
235 var t23 T23 var
240 t23 = T23{} // ERROR "write barrier"
245 t23 = T23{a: 1} // ERROR "write barrier"
249 t23 = T23{} // no barrier (dead store)
251 t23 = T23{p: &i23} // ERROR "write barrier
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 67 T22 struct{ link *T23 }
68 T23 struct{ link *T22 }
  /prebuilts/go/linux-x86/test/
writebarrier.go 230 type T23 struct {
235 var t23 T23 var
240 t23 = T23{} // ERROR "write barrier"
245 t23 = T23{a: 1} // ERROR "write barrier"
249 t23 = T23{} // no barrier (dead store)
251 t23 = T23{p: &i23} // ERROR "write barrier
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5.c 88 #define T23 /* 0xd8a1e681 */ (T_MASK ^ 0x275e197e)
240 SET(c, d, a, b, 15, 14, T23);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5.c 88 #define T23 /* 0xd8a1e681 */ (T_MASK ^ 0x275e197e)
240 SET(c, d, a, b, 15, 14, T23);
  /external/libcups/cups/
md5.c 68 #define T23 0xd8a1e681
197 SET(c, d, a, b, 15, 14, T23);
  /external/python/cpython2/Modules/
md5.c 88 #define T23 /* 0xd8a1e681 */ (T_MASK ^ 0x275e197e)
240 SET(c, d, a, b, 15, 14, T23);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
copy.go 281 type T23 struct {
292 a := T23{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [23]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
295 want := T23{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [23]byte{100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    [all...]
zero.go 268 type T23 struct {
279 a := T23{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [23]byte{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}}
281 want := T23{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [23]byte{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 281 type T23 struct {
292 a := T23{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [23]byte{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
295 want := T23{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [23]byte{100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    [all...]
zero.go 268 type T23 struct {
279 a := T23{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [23]byte{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}}
281 want := T23{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [23]byte{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...]

Completed in 234 milliseconds