HomeSort by relevance Sort by last modified time
    Searched refs:axis (Results 276 - 300 of 561) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/runtime/
proc_test.go 685 // divide in two by y axis
692 // divide in two by x axis
699 // divide in two by "k" axis
  /prebuilts/go/linux-x86/src/runtime/
proc_test.go 685 // divide in two by y axis
692 // divide in two by x axis
699 // divide in two by "k" axis
  /device/google/contexthub/firmware/os/drivers/st_lps22hb/
lps22hb.c 314 #define DEC_INFO(name, type, axis, inter, samples, rates) \
317 .numAxis = axis, \
  /external/ImageMagick/www/api/
transform.php 240 <p>FlipImage() creates a vertical mirror image by reflecting the pixels around the central x-axis.</p>
266 <p>FlopImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis.</p>
472 <p>TransposeImage() creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them by 90 degrees.</p>
498 <p>TransverseImage() creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them by 270 degrees.</p>
  /external/autotest/client/cros/
touch_playback_test_base.py 601 axis = 'y' if is_vertical else 'x'
602 return self._tab.EvaluateJavaScript('netScrollDelta.%s' % axis)
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 157 void init(ChartAxis axis) {
158 mAxis = Preconditions.checkNotNull(axis, "missing axis");
  /prebuilts/go/darwin-x86/src/math/
sin.go 207 // reflect in x axis
  /prebuilts/go/linux-x86/src/math/
sin.go 207 // reflect in x axis
  /external/eigen/test/
geo_transformations.cpp 140 // angle-axis conversion
144 // The following test is stable only if 2*angle != angle and v1 is not colinear with axis
145 if( (abs(aa.angle()) > test_precision<Scalar>()) && (abs(aa.axis().dot(v1.normalized()))<(Scalar(1)-Scalar(4)*test_precision<Scalar>())) )
147 VERIFY( !(q1 * v1).isApprox(Quaternionx(AngleAxisx(aa.angle()*2,aa.axis())) * v1) );
152 // The following test is stable only if 2*angle != angle and v1 is not colinear with axis
153 if( (abs(aa.angle()) > test_precision<Scalar>()) && (abs(aa.axis().dot(v1.normalized()))<(Scalar(1)-Scalar(4)*test_precision<Scalar>())) )
155 VERIFY( !(q1 * v1).isApprox(Quaternionx(AngleAxisx(aa.angle()*2,aa.axis())) * v1) );
  /external/libvorbis/doc/
06-floor0.tex 146 axis, then map the result to a linear-scale frequency axis.
  /external/lisa/libs/utils/analysis/
idle_analysis.py 129 cl_idle = pd.DataFrame(cl_idle.min(axis=1), columns=['state'])
  /external/valgrind/massif/
ms_main.c 122 - each snapshot specifies an x-axis value and one or more y-axis values.
123 - can display the y-axis values separately if you like
128 - how to combine multiple values into the y-axis?
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
HistogramChart.java 89 public String getFormattedValue(float value, AxisBase axis) {
104 * This adjusts the x-coordinates of entries, which centers the bars between axis labels
  /prebuilts/ndk/r11/sources/android/ndk_helper/
vecmath.h 1095 static Quaternion RotationAxis( const Vec3 axis, const float angle )
1099 ret.x_ = s * axis.x_;
1100 ret.y_ = s * axis.y_;
1101 ret.z_ = s * axis.z_;
  /prebuilts/ndk/r13/sources/android/ndk_helper/
vecmath.h 1095 static Quaternion RotationAxis( const Vec3 axis, const float angle )
1099 ret.x_ = s * axis.x_;
1100 ret.y_ = s * axis.y_;
1101 ret.z_ = s * axis.z_;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java     [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL
232 '20130227_204458.dat': [AXIS.X],
234 '20130227_203228.dat': [AXIS.Y],
236 'fw_11.27-robot-20130227_204902.dat': [AXIS.X, AXIS.Y],
448 # Determine the axis based on the direction in the gesture variation
449 axis = (self.device.axis_x if validator.is_horizontal(variation)
452 self.assertTrue(axis is not None)
456 expected_short_of_range_px, axis)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Sets.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java     [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 764 int axis = scrollPosX != 0 ? View.SCROLL_AXIS_HORIZONTAL : 0; local
765 axis |= scrollPosY != 0 ? View.SCROLL_AXIS_VERTICAL : 0;
766 if (view.startNestedScroll(axis)) {
    [all...]
  /frameworks/ml/nn/common/
CpuExecutor.cpp 976 int32_t axis = getScalarData<int32_t>(mOperands[ins[numInputTensors]]); local
    [all...]
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 661 #define DEC_INFO(name, type, axis, inter, samples) \
664 .numAxis = axis, \
668 #define DEC_INFO_RATE(name, rates, type, axis, inter, samples) \
669 DEC_INFO(name, type, axis, inter, samples), \
672 #define DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale) \
673 DEC_INFO(name, type, axis, inter, samples), \
679 #define DEC_INFO_RATE_BIAS(name, rates, type, axis, inter, samples, bias) \
680 DEC_INFO(name, type, axis, inter, samples), \
685 #define DEC_INFO_RATE_RAW_BIAS(name, rates, type, axis, inter, samples, raw, scale, bias) \
686 DEC_INFO_RATE_RAW(name, rates, type, axis, inter, samples, raw, scale),
    [all...]
  /external/cmockery/cmockery_0_1_2/
config.sub 149 -apple | -axis | -knuth | -cray)
474 basic_machine=crisv32-axis
477 basic_machine=cris-axis
  /external/google-tv-pairing-protocol/cpp/
config.sub 152 -apple | -axis | -knuth | -cray)
521 basic_machine=crisv32-axis
524 basic_machine=cris-axis
    [all...]

Completed in 2377 milliseconds

<<11121314151617181920>>