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

1 2

  /prebuilts/go/darwin-x86/test/
cmp.go 292 var ix, iy, iz interface{} = x, y, z
296 isfalse(iy == iz)
297 isfalse(iz == iy)
298 istrue(ix == iz)
299 istrue(iz == ix)
303 isfalse(y == iz)
305 istrue(x == iz)
311 isfalse(iz == y)
313 istrue(iz == x)
317 istrue(iy != iz)
    [all...]
convT2X.go 72 iz interface{} = z
153 if z != iz {
154 panic("z != iz")
71 iz interface{} = z var
  /prebuilts/go/linux-x86/test/
cmp.go 292 var ix, iy, iz interface{} = x, y, z
296 isfalse(iy == iz)
297 isfalse(iz == iy)
298 istrue(ix == iz)
299 istrue(iz == ix)
303 isfalse(y == iz)
305 istrue(x == iz)
311 isfalse(iz == y)
313 istrue(iz == x)
317 istrue(iy != iz)
    [all...]
convT2X.go 72 iz interface{} = z
153 if z != iz {
154 panic("z != iz")
71 iz interface{} = z var
  /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::__anon1969
sensorevent.cpp 274 float z = sample->iz * kCompressedSampleRatio;
  /external/tensorflow/tensorflow/compiler/xla/tests/
convolution_variants_test.cc 804 constexpr int iz = 1; local
812 std::vector<float> input_data(bs * iz * iy * ix);
816 std::vector<float> kernel_data(oz * iz * ky * kx);
821 Array4D<float> input_array(bs, iz, iy, ix, input_data);
822 Array4D<float> filter_array(oz, iz, ky, kx, kernel_data);
837 constexpr int iz = 16; local
845 std::vector<float> input_data(bs * iz * iy * ix);
849 std::vector<float> kernel_data(oz * iz * ky * kx);
870 constexpr int iz = 16; local
903 constexpr int iz = 16; local
937 constexpr int iz = 16; local
    [all...]
  /prebuilts/go/darwin-x86/src/math/cmplx/
asin.go 37 // w = -i clog( iz + csqrt( 1 - z ) ).
39 // casin(z) = -i casinh(iz)
122 // catan(z) = -i catanh(iz).
sin.go 42 // csin(z) = -i csinh(iz).
tan.go 48 // ctan(z) = -i ctanh(iz).
  /prebuilts/go/linux-x86/src/math/cmplx/
asin.go 37 // w = -i clog( iz + csqrt( 1 - z ) ).
39 // casin(z) = -i casinh(iz)
122 // catan(z) = -i catanh(iz).
sin.go 42 // csin(z) = -i csinh(iz).
tan.go 48 // ctan(z) = -i ctanh(iz).
  /external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.h 67 int64 iz; // Input depth. member in struct:tensorflow::grappler::OpLevelCostEstimator::ConvolutionDimensions
op_level_cost_estimator.cc 484 int64 iz = image_shape.dim(channel_index).size(); local
496 if (iz != 1 && filter_shape.dim(2).size() != 1) {
497 CHECK_EQ(iz, filter_shape.dim(2).size());
499 iz = std::max<int64>(iz, filter_shape.dim(2).size());
502 batch, ix, iy, iz, kx, ky, oz, ox, oy, sx, sy, padding};
506 VLOG(1) << "Input Features:" << iz;
529 ops *= conv_dims.iz * conv_dims.oz;
763 ops *= conv_dims.iz * conv_dims.oz;
813 ops *= conv_dims.iz * conv_dims.oz
    [all...]
  /device/google/contexthub/firmware/os/inc/
sensors.h 98 int32_t iz; member in union:TripleAxisDataPoint::__anon1923
116 int16_t iz; member in struct:RawTripleAxisDataPoint
  /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/python/cpython2/Objects/
intobject.c 725 register long iv, iw, iz=0, ix, temp, prev; local
741 CONVERT_TO_LONG(z, iz);
742 if (iz == 0) {
785 if (iz) {
787 ix = ix % iz;
788 temp = temp % iz;
791 if (iz) {
793 switch (i_divmod(ix, iz, &div, &mod)) {
    [all...]
  /device/google/contexthub/firmware/os/core/
hostIntf.c 927 sensor->buffer.triple[0].iz = triple->samples[i].iz;
    [all...]
  /device/google/contexthub/sensorhal/
hubconnection.h 193 int16_t ix, iy, iz; member in struct:android::HubConnection::RawThreeAxisSample
hubconnection.cpp 732 sv->z = sample->iz * mScaleAccel;
761 ue->z_uncalib = sample->iz * mScaleAccel + mAccelBias[2];
787 sv->z = sample->iz * mScaleAccel;
795 sv->z = sample->iz * mScaleMag;
808 ue->z_uncalib = sample->iz * mScaleMag + mMagBias[2];
    [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...]
  /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...]

Completed in 1046 milliseconds

1 2