HomeSort by relevance Sort by last modified time
    Searched defs:div (Results 51 - 75 of 383) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
Double3.java 210 public void div(Double3 value) { method in class:Double3
223 public static Double3 div(Double3 a, Double3 b) { method in class:Double3
237 public void div(double value) { method in class:Double3
250 public static Double3 div(Double3 a, double b) { method in class:Double3
Double4.java 225 public void div(Double4 value) { method in class:Double4
237 public void div(double value) { method in class:Double4
251 public static Double4 div(Double4 a, double b) { method in class:Double4
268 public static Double4 div(Double4 a, Double4 b) { method in class:Double4
Float2.java 195 public void div(Float2 value) { method in class:Float2
207 public static Float2 div(Float2 a, Float2 b) { method in class:Float2
220 public void div(float value) { method in class:Float2
232 public static Float2 div(Float2 a, float b) { method in class:Float2
Float3.java 210 public void div(Float3 value) { method in class:Float3
223 public static Float3 div(Float3 a, Float3 b) { method in class:Float3
237 public void div(float value) { method in class:Float3
250 public static Float3 div(Float3 a, float b) { method in class:Float3
Float4.java 225 public void div(Float4 value) { method in class:Float4
237 public void div(float value) { method in class:Float4
251 public static Float4 div(Float4 a, float b) { method in class:Float4
268 public static Float4 div(Float4 a, Float4 b) { method in class:Float4
Int2.java 201 public void div(Int2 a) { method in class:Int2
213 public static Int2 div(Int2 a, Int2 b) { method in class:Int2
226 public void div(int value) { method in class:Int2
238 public static Int2 div(Int2 a, int b) { method in class:Int2
Int3.java 216 public void div(Int3 a) { method in class:Int3
229 public static Int3 div(Int3 a, Int3 b) { method in class:Int3
243 public void div(int value) { method in class:Int3
256 public static Int3 div(Int3 a, int b) { method in class:Int3
Int4.java 231 public void div(Int4 a) { method in class:Int4
245 public static Int4 div(Int4 a, Int4 b) { method in class:Int4
260 public void div(int value) { method in class:Int4
274 public static Int4 div(Int4 a, int b) { method in class:Int4
Long2.java 201 public void div(Long2 a) { method in class:Long2
213 public static Long2 div(Long2 a, Long2 b) { method in class:Long2
226 public void div(long value) { method in class:Long2
238 public static Long2 div(Long2 a, long b) { method in class:Long2
Long3.java 216 public void div(Long3 a) { method in class:Long3
229 public static Long3 div(Long3 a, Long3 b) { method in class:Long3
243 public void div(long value) { method in class:Long3
256 public static Long3 div(Long3 a, long b) { method in class:Long3
Long4.java 231 public void div(Long4 a) { method in class:Long4
245 public static Long4 div(Long4 a, Long4 b) { method in class:Long4
260 public void div(long value) { method in class:Long4
274 public static Long4 div(Long4 a, long b) { method in class:Long4
Short2.java 204 public void div(Short2 a) { method in class:Short2
216 public static Short2 div(Short2 a, Short2 b) { method in class:Short2
229 public void div(short value) { method in class:Short2
241 public static Short2 div(Short2 a, short b) { method in class:Short2
Short3.java 216 public void div(Short3 a) { method in class:Short3
229 public static Short3 div(Short3 a, Short3 b) { method in class:Short3
243 public void div(short value) { method in class:Short3
256 public static Short3 div(Short3 a, short b) { method in class:Short3
Short4.java 231 public void div(Short4 a) { method in class:Short4
245 public static Short4 div(Short4 a, Short4 b) { method in class:Short4
260 public void div(short value) { method in class:Short4
274 public static Short4 div(Short4 a, short b) { method in class:Short4
  /prebuilts/go/darwin-x86/src/runtime/
softfloat64_test.go 26 func div(x, y float64) float64 { return x / y } func
83 test(t, "/", div, fop(Fdiv64), all)
  /prebuilts/go/linux-x86/src/runtime/
softfloat64_test.go 26 func div(x, y float64) float64 { return x / y } func
83 test(t, "/", div, fop(Fdiv64), all)
  /system/bt/stack/a2dp/
a2dp_sbc_up_sample.cc 40 uint8_t div; member in struct:__anon2100
71 a2dp_sbc_ups_cb.div = 1;
74 a2dp_sbc_ups_cb.div = 2;
80 a2dp_sbc_ups_cb.div = 2;
83 a2dp_sbc_ups_cb.div = 4;
120 src = src_samples / a2dp_sbc_ups_cb.div;
121 dst = dst_samples / a2dp_sbc_ups_cb.div;
  /art/compiler/optimizing/
pc_relative_fixups_x86.cc 56 void VisitDiv(HDiv* div) OVERRIDE {
57 BinaryFP(div); variable
  /art/test/640-checker-int-simd/src/
Main.java 67 /// CHECK-START: void Main.div(int) loop_optimization (before)
71 /// CHECK-START: void Main.div(int) loop_optimization (after)
76 static void div(int x) { method in class:Main
250 div(2);
252 expectEquals(i, a[i], "div");
  /art/test/640-checker-long-simd/src/
Main.java 72 /// CHECK-START: void Main.div(long) loop_optimization (before)
76 /// CHECK-START: void Main.div(long) loop_optimization (after)
81 static void div(long x) { method in class:Main
255 div(2L);
257 expectEquals(i, a[i], "div");
  /device/google/contexthub/firmware/os/platform/stm32/
usart.c 96 uint32_t baseClk, div, intPart, fraPart; local
119 div = (baseClk * 25) / (baud * 2);
120 intPart = div / 100;
121 fraPart = div % 100;
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 162 int div = p / q; local
163 int rem = p - q * div; // equal to p % q
166 return div;
202 increment = (mode == HALF_UP || (mode == HALF_EVEN & (div & 1) != 0));
210 return increment ? div + signum : div;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLElement.java 168 * Creates a 'div' element.
172 * @return 'div' element
176 public HTMLElement div(final String classattr) throws IOException { method in class:HTMLElement
177 final HTMLElement div = element("div"); local
178 div.classattr(classattr);
179 return div;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
ReportPage.java 103 final HTMLElement navigation = body.div(Styles.BREADCRUMB);
133 private void breadcrumb(final HTMLElement div, final ReportOutputFolder base)
135 breadcrumbParent(parent, div, base);
136 div.span(getLinkStyle()).text(getLinkLabel());
140 final HTMLElement div, final ReportOutputFolder base)
143 breadcrumbParent(page.parent, div, base);
144 div.a(page, base);
145 div.text(" > ");
150 final HTMLElement footer = body.div(Styles.FOOTER);
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 38 double div = 1; local
43 div *= rm;
44 v += (double)rand() / div;

Completed in 442 milliseconds

1 23 4 5 6 7 8 91011>>