Searched defs:slow (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/skia/tests/
H A DColorPrivTest.cpp29 // In particular, slow may end up a little too high (weirdly, fast is more accurate).
30 const SkPMColor slow = SkFourByteInterp(src, dst, scale); local
33 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast);
34 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast);
35 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast);
36 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast);
H A DPointTest.cpp142 // making sure the slow and fast paths are within 0.1%.
147 SkPoint slow = kOne, fast = kOne; local
149 slow.setLength(tests[i]);
152 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
154 SkScalar ratio = slow.length() / fast.length();
/external/skia/tests/
H A DColorPrivTest.cpp29 // In particular, slow may end up a little too high (weirdly, fast is more accurate).
30 const SkPMColor slow = SkFourByteInterp(src, dst, scale); local
33 const int deltaA = SkGetPackedA32(slow) - SkGetPackedA32(fast);
34 const int deltaR = SkGetPackedR32(slow) - SkGetPackedR32(fast);
35 const int deltaG = SkGetPackedG32(slow) - SkGetPackedG32(fast);
36 const int deltaB = SkGetPackedB32(slow) - SkGetPackedB32(fast);
H A DPointTest.cpp142 // making sure the slow and fast paths are within 0.1%.
147 SkPoint slow = kOne, fast = kOne; local
149 slow.setLength(tests[i]);
152 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue;
154 SkScalar ratio = slow.length() / fast.length();
/external/chromium_org/chrome/browser/history/
H A Dredirect_browsertest.cc255 // to /slow?60. It's unable to serve our second request for files/title2.html
256 // until /slow? completes, which doesn't give the desired behavior. We could
265 // committed. To achieve this, we tell the browser to load a slow page,
272 GURL slow = test_server()->GetURL("slow?60"); local
274 "client-redirect?" + slow.spec());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java48 BarItem(String t, double[] stats, String u, String slow, boolean sig) { argument
52 this.slowdownExpected= slow;
65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) { argument
66 this.fItems.add(new BarItem(name, stats, url, slow, significant));
/external/chromium_org/v8/src/ic/
H A Dhandler-compiler.cc312 Label miss, slow; local
335 scratch1(), scratch2(), scratch3(), &miss, &slow);
340 GenerateRestoreName(&slow, name);
/external/libusb/libusb/os/
H A Dlinux_usbfs.h103 unsigned char slow; member in struct:usbfs_connectinfo
/external/pixman/pixman/
H A Dpixman-filter.c260 double slow = pos - scale * filters[sample].width / 2.0; local
261 double shigh = slow + scale * filters[sample].width;
265 if (rhigh >= slow && rlow <= shigh)
267 ilow = MAX (slow, rlow);
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc90 void set_slow_create_download(bool slow) { slow_create_download_ = slow; } argument
286 void set_slow_create_download(bool slow) { argument
288 history_->set_slow_create_download(slow);
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.h106 unsigned char slow; member in struct:usbfs_connectinfo
/external/chromium_org/v8/src/arm/
H A Dbuiltins-arm.cc1062 Label slow, non_function; local
1066 __ b(ne, &slow);
1142 __ bind(&slow);
/external/chromium_org/v8/src/ic/arm/
H A Dic-arm.cc49 // The generated code assumes that the receiver has slow properties,
91 // The generated code assumes that the receiver has slow properties,
134 // Checks the receiver for special cases (value type, slow case bits).
139 int interceptor_bit, Label* slow) {
141 __ JumpIfSmi(receiver, slow);
148 __ b(ne, slow);
156 __ b(lt, slow);
250 Label slow; local
254 GenerateDictionaryLoad(masm, &slow, dictionary,
258 // Dictionary load failed, go slow (bu
136 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
380 Label slow, notin; local
429 Label slow, check_name, index_smi, index_name, property_array_property; local
627 KeyedStoreGenerateGenericHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
776 Label slow, fast_object, fast_object_grow; local
[all...]
H A Dhandler-compiler-arm.cc295 // The slow case calls into the runtime to complete the store without causing
308 // The slow case calls into the runtime to complete the store without causing
336 Register scratch2, Register scratch3, Label* miss_label, Label* slow) {
374 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, scratch3, slow,
572 // global proxy (as opposed to using slow ICs). See corresponding code
333 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register scratch3, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc337 Register scratch2, Register unused, Label* miss_label, Label* slow) {
369 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, slow, MUTABLE);
563 // global proxy (as opposed to using slow ICs). See corresponding code
334 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register unused, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/mips/
H A Dic-mips.cc47 // The generated code assumes that the receiver has slow properties,
92 // The generated code assumes that the receiver has slow properties,
137 // Checks the receiver for special cases (value type, slow case bits).
142 int interceptor_bit, Label* slow) {
144 __ JumpIfSmi(receiver, slow);
151 __ Branch(slow, ne, at, Operand(zero_reg));
158 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE));
257 Label slow; local
261 GenerateDictionaryLoad(masm, &slow, dictionary,
265 // Dictionary load failed, go slow (bu
139 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
383 Label slow, notin; local
438 Label slow, check_name, index_smi, index_name, property_array_property; local
623 KeyedStoreGenerateGenericHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
777 Label slow, fast_object, fast_object_grow; local
[all...]
/external/chromium_org/v8/src/ic/mips64/
H A Dic-mips64.cc47 // The generated code assumes that the receiver has slow properties,
92 // The generated code assumes that the receiver has slow properties,
136 // Checks the receiver for special cases (value type, slow case bits).
141 int interceptor_bit, Label* slow) {
143 __ JumpIfSmi(receiver, slow);
150 __ Branch(slow, ne, at, Operand(zero_reg));
157 __ Branch(slow, lt, scratch, Operand(JS_OBJECT_TYPE));
255 Label slow; local
259 GenerateDictionaryLoad(masm, &slow, dictionary,
263 // Dictionary load failed, go slow (bu
138 GenerateKeyedLoadReceiverCheck(MacroAssembler* masm, Register receiver, Register map, Register scratch, int interceptor_bit, Label* slow) argument
381 Label slow, notin; local
436 Label slow, check_name, index_smi, index_name, property_array_property; local
628 KeyedStoreGenerateGenericHelper( MacroAssembler* masm, Label* fast_object, Label* fast_double, Label* slow, KeyedStoreCheckMap check_map, KeyedStoreIncrementLength increment_length, Register value, Register key, Register receiver, Register receiver_map, Register elements_map, Register elements) argument
786 Label slow, fast_object, fast_object_grow; local
[all...]
/external/chromium_org/v8/src/ic/x64/
H A Dhandler-compiler-x64.cc332 Register scratch2, Register unused, Label* miss_label, Label* slow) {
364 __ AllocateHeapNumber(storage_reg, scratch1, slow, MUTABLE);
564 // global proxy (as opposed to using slow ICs). See corresponding code
329 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register unused, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc337 Register scratch2, Register unused, Label* miss_label, Label* slow) {
369 __ AllocateHeapNumber(storage_reg, scratch1, scratch2, slow, MUTABLE);
565 // global proxy (as opposed to using slow ICs). See corresponding code
334 GenerateStoreTransition( Handle<Map> transition, Handle<Name> name, Register receiver_reg, Register storage_reg, Register value_reg, Register scratch1, Register scratch2, Register unused, Label* miss_label, Label* slow) argument
/external/chromium_org/v8/src/mips/
H A Dbuiltins-mips.cc1082 Label slow, non_function; local
1088 __ Branch(&slow, ne, a2, Operand(JS_FUNCTION_TYPE));
1163 __ bind(&slow);
/external/chromium_org/v8/src/mips64/
H A Dbuiltins-mips64.cc1096 Label slow, non_function; local
1102 __ Branch(&slow, ne, a2, Operand(JS_FUNCTION_TYPE));
1176 __ bind(&slow);
/external/chromium_org/v8/src/x64/
H A Dbuiltins-x64.cc821 Label slow, non_function; local
826 __ j(not_equal, &slow);
892 __ bind(&slow);
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h75 unsigned char slow; member in struct:usbdevfs_connectinfo
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc1058 Label slow, non_function; local
1062 JS_FUNCTION_TYPE, &slow);
1134 __ Bind(&slow);
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc757 Label slow, non_function; local
762 __ j(not_equal, &slow);
829 __ bind(&slow);

Completed in 5346 milliseconds

123