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

  /device/google/contexthub/util/nanotool/
sensorevent.h 51 int16_t iz; member in struct:android::CompressedTripleAxisDataPoint
69 int32_t iz; member in union:android::TripleAxisDataPoint::__anon3316
  /external/skia/src/core/
SkColorLookUpTable.cpp 41 int iz = sk_float_floor2int(z); local
46 iz = (maxZ == iz) ? iz - 1 : iz;
51 const float diffZ = z - iz;
66 const float* ptr = &(table()[ix*n001 + iy*n010 + iz*n100]);
  /prebuilts/go/darwin-x86/test/
convT2X.go 72 iz interface{} = z
153 if z != iz {
154 panic("z != iz")
71 iz interface{} = z var
  /prebuilts/go/linux-x86/test/
convT2X.go 72 iz interface{} = z
153 if z != iz {
154 panic("z != iz")
71 iz interface{} = z var
  /device/google/contexthub/firmware/os/inc/
sensors.h 98 int32_t iz; member in union:TripleAxisDataPoint::__anon3264
116 int16_t iz; member in struct:RawTripleAxisDataPoint
  /device/google/contexthub/sensorhal/
hubconnection.h 173 int16_t ix, iy, iz; member in struct:android::HubConnection::RawThreeAxisSample
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 732 register long iv, iw, iz=0, ix, temp, prev; local
748 CONVERT_TO_LONG(z, iz);
749 if (iz == 0) {
792 if (iz) {
794 ix = ix % iz;
795 temp = temp % iz;
798 if (iz) {
800 switch (i_divmod(ix, iz, &div, &mod)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 718 register long iv, iw, iz=0, ix, temp, prev; local
734 CONVERT_TO_LONG(z, iz);
735 if (iz == 0) {
772 if (iz) {
774 ix = ix % iz;
775 temp = temp % iz;
778 if (iz) {
780 switch (i_divmod(ix, iz, &div, &mod)) {
    [all...]
  /external/v8/src/base/
ieee754.cc 370 double a, iz, z, r, qx; local
387 iz = 0.5 * z - qx;
389 return a - (iz - (z * r - x * y));
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 2428 int olduse, res, pa, ix, iz; local
3259 int olduse, res, pa, ix, iz; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 2780 iz, k, inf, machep, f_max_exp, f_min_exp, mx, negeps, local
    [all...]

Completed in 926 milliseconds