HomeSort by relevance Sort by last modified time
    Searched refs:Number (Results 451 - 475 of 803) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/
debug-set-variable-value.js 303 {type: "number", stringDescription: "123"}));
305 assertSame(Number, Debug.TestApi.CommandProcessorResolveValue(
306 {handle: Debug.MakeMirror(Number).handle()}));
undeletable-functions.js 102 CheckEcmaSemantics(Number.prototype, array, "Number prototype");
  /external/v8/src/
type-info.h 47 // Number String |
62 // We know it's a number of some sort.
63 static TypeInfo Number() { return TypeInfo(kNumber); }
70 // We know it's a heap number.
181 case kNumber: return "Number";
unicode.h 204 // The number of characters left in the current buffer
270 struct Number {
  /external/v8/test/mjsunit/
undeletable-functions.js 102 CheckEcmaSemantics(Number.prototype, array, "Number prototype");
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 215 # Number of CPUs
310 li 0,SYSCALL_EXIT # put the exit syscall number in eax
408 bl num_to_ascii # print number
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 53 @ Number of loop iterations after unrolling: r5 = (HALF_SUBFRAMELEN - 1) >> 2
  /frameworks/base/core/java/android/util/
JsonWriter.java 364 public JsonWriter value(Number value) throws IOException {
  /libcore/luni/src/main/java/java/lang/
Integer.java 33 public final class Integer extends Number implements Comparable<Integer> {
53 * Constant for the number of bits needed to represent an {@code int} in
61 * Table for Seal's algorithm for Number of Trailing Zeros. Hacker's Delight
443 * The returned string is a concatenation of a minus sign if the number is
457 * if the number is negative and characters from '0' to '9' and 'a' to 'z',
549 * Determines the number of leading zeros in the specified integer prior to
554 * @return the number of leading zeros in {@code i}.
583 * Determines the number of trailing zeros in the specified integer after
588 * @return the number of trailing zeros in {@code i}.
596 * Counts the number of 1 bits in the specified integer; this is als
    [all...]
  /external/chromium_org/v8/src/
api.cc 6140 i::Handle<i::Object> number = isolate->factory()->NewNumber(value); local
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 82 // number of errors reported in a file.
155 Vector<Number> fill_array_data_values;
171 * Returns the number of warnings/errors encountered while parsing a file. 0
213 * Used by the parser to tell DAsm what the line number for the next
245 void setVersion(Number version) {
894 void addOpcode(String name, String v1, Number v2) throws DasmError {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java 779 public Number parse(String p1, java.text.ParsePosition p2) {
902 // java.io.ObjectOutputStream.writeObject(java.lang.Number)
909 objToSave = new Number() {
929 if (!(obj instanceof java.lang.Number))
931 return intValue() == ((Number) obj).intValue();
934 ((java.lang.Number) objToSave).doubleValue();
935 ((java.lang.Number) objToSave).floatValue();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js 167 this.selectedSizeText.setText(WebInspector.UIString("Selected size: %s", Number.bytesToString(event.data.size)));
242 * @param {function(!WebInspector.View, number)} finishedCallback
382 // count by calling the search finished callback with a negative number of matches.
402 // count by calling the search finished callback with a negative number of matches.
581 // count by calling the search finished callback with a negative number of matches.
611 "a:", "console-formatted-number", WebInspector.UIString("context var"),
618 "num", "console-formatted-number", "Number",
697 height = Number.constrain(height, Preferences.minConsoleHeight, this.element.clientHeight - Preferences.minConsoleHeight);
789 * @param {Array.<number>} sample
    [all...]
NetworkPanel.js 482 text += " \u2758 " + String.sprintf(WebInspector.UIString("%s / %s transferred"), Number.bytesToString(selectedTransferSize), Number.bytesToString(transferSize));
485 text += " \u2758 " + String.sprintf(WebInspector.UIString("%s transferred"), Number.bytesToString(transferSize));
489 Number.secondsToString(maxTime - baseTime),
490 Number.secondsToString(this._mainRequestLoadTime - baseTime),
491 Number.secondsToString(this._mainRequestDOMContentLoadedTime - baseTime));
    [all...]
TextEditorModel.js 79 * @return {number}
111 * @param {number} lineNumber
122 * @param {number} lineNumber
123 * @return {number}
298 * @param {number} lineNumber
307 * @param {number} lineNumber
308 * @param {number} column
317 * @param {number} lineNumber
318 * @param {number} column
320 * @return {number}
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 7 0x01 any Counts the number of store forwards
9 0x01 std Counts the number of loads blocked by a preceding store with unknown data
10 0x04 address_offset Counts the number of loads blocked by a preceding store address
14 0x01 load Counts the number of misaligned load references
15 0x02 store Counts the number of misaligned store references
16 0x03 any Counts the number of misaligned memory references
18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
20 0x04 at_ret Counts number of loads delayed with at-Retirement block code
25 0x02 walk_completed Counts number of completed page walks due to load miss in the STLB
26 0x10 stlb_hit Number of cache load STLB hit
    [all...]
  /external/v8/test/cctest/
test-heap.cc 112 CHECK_EQ(1.000123, value->Number());
117 CHECK_EQ(1.0, value->Number());
122 CHECK_EQ(1024.0, value->Number());
139 CHECK_EQ(static_cast<double>(Smi::kMinValue - 1), value->Number());
148 value->Number());
152 CHECK(isnan(HEAP->nan_value()->Number()));
789 // Count the number of objects found in the heap.
984 // Count the number of global contexts in the weak list of global contexts.
996 // Count the number of user functions in the weak list of optimized
1020 // Create a number of global contests which gets linked together
    [all...]
  /external/chromium_org/v8/include/
v8.h 129 class Number;
271 * Handle<Number> it will cause a compile-time error. Assigning
281 * Handle<Number>.
412 * Handle<Number>.
541 * Persistent<Number> will cause a compile-time error. Assigning
551 * Handle<Number>.
804 * A stack-allocated class that governs a number of local handles.
833 * Counts the number of allocated handles.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 53 this.upperBound.x)/2,(this.lowerBound.y+this.upperBound.y)/2)};B.prototype.GetExtents=function(){return new p((this.upperBound.x-this.lowerBound.x)/2,(this.upperBound.y-this.lowerBound.y)/2)};B.prototype.Contains=function(b){var e=true;return e=(e=(e=(e=e&&this.lowerBound.x<=b.lowerBound.x)&&this.lowerBound.y<=b.lowerBound.y)&&b.upperBound.x<=this.upperBound.x)&&b.upperBound.y<=this.upperBound.y};B.prototype.RayCast=function(b,e){var f=-Number.MAX_VALUE,m=Number.MAX_VALUE,r=e.p1.x,s=e.p1.y,v=e.p2.x-
54 e.p1.x,t=e.p2.y-e.p1.y,x=Math.abs(t),C=b.normal,J=0,T=0,P=J=0;P=0;if(Math.abs(v)<Number.MIN_VALUE){if(r<this.lowerBound.x||this.upperBound.x<r)return false}else{J=1/v;T=(this.lowerBound.x-r)*J;J=(this.upperBound.x-r)*J;P=-1;if(T>J){P=T;T=J;J=P;P=1}if(T>f){C.x=P;C.y=0;f=T}m=Math.min(m,J);if(f>m)return false}if(x<Number.MIN_VALUE){if(s<this.lowerBound.y||this.upperBound.y<s)return false}else{J=1/t;T=(this.lowerBound.y-s)*J;J=(this.upperBound.y-s)*J;P=-1;if(T>J){P=T;T=J;J=P;P=1}if(T>f){C.y=P;C.x=0;f=
58 function(b,e,f,m,r){if(f===undefined)f=0;parseInt(b.m_vertexCount);var s=b.m_vertices;b=b.m_normals;var v=parseInt(m.m_vertexCount),t=m.m_vertices,x,C;x=e.R;C=b[f];b=x.col1.x*C.x+x.col2.x*C.y;m=x.col1.y*C.x+x.col2.y*C.y;x=r.R;var J=x.col1.x*b+x.col1.y*m;x=x.col2.x*b+x.col2.y*m;for(var T=0,P=Number.MAX_VALUE,X=0;X<v;++X){C=t[X];C=C.x*J+C.y*x;if(C<P){P=C;T=X}}C=s[f];x=e.R;f=e.position.x+(x.col1.x*C.x+x.col2.x*C.y);e=e.position.y+(x.col1.y*C.x+x.col2.y*C.y);C=t[T];x=r.R;s=r.position.x+(x.col1.x*C.x+
59 x.col2.x*C.y);r=r.position.y+(x.col1.y*C.x+x.col2.y*C.y);s-=f;r-=e;return s*b+r*m};M.FindMaxSeparation=function(b,e,f,m,r){var s=parseInt(e.m_vertexCount),v=e.m_normals,t,x;x=r.R;t=m.m_centroid;var C=r.position.x+(x.col1.x*t.x+x.col2.x*t.y),J=r.position.y+(x.col1.y*t.x+x.col2.y*t.y);x=f.R;t=e.m_centroid;C-=f.position.x+(x.col1.x*t.x+x.col2.x*t.y);J-=f.position.y+(x.col1.y*t.x+x.col2.y*t.y);x=C*f.R.col1.x+J*f.R.col1.y;J=C*f.R.col2.x+J*f.R.col2.y;C=0;for(var T=-Number.MAX_VALUE,P=0;P<s;++P){t=v[P];
61 e=r.m_vertices;r=r.m_normals;var x;x=f.R;f=v[m];v=x.col1.x*f.x+x.col2.x*f.y;var C=x.col1.y*f.x+x.col2.y*f.y;x=s.R;f=x.col1.x*v+x.col1.y*C;C=x.col2.x*v+x.col2.y*C;v=f;x=0;for(var J=Number.MAX_VALUE,T=0;T<t;++T){f=r[T];f=v*f.x+C*f.y;if(f<J){J=f;x=T}}r=parseInt(x);v=parseInt(r+1<t?r+1:0);t=b[0];f=e[r];x=s.R;t.v.x=s.position.x+(x.col1.x*f.x+x.col2.x*f.y);t.v.y=s.position.y+(x.col1.y*f.x+x.col2.y*f.y);t.id.features.referenceEdge=m;t.id.features.incidentEdge=r;t.id.features.incidentVertex=0;t=b[1];f=e[v];
67 x.col1.x+v*x.col1.y;x=s*x.col2.x+v*x.col2.y;var J=0;C=-Number.MAX_VALUE;r=e.m_radius+m.m_radius;var T=parseInt(e.m_vertexCount),P=e.m_vertices;e=e.m_normals;for(var X=0;X<T;++X){t=P[X];s=f-t.x;v=x-t.y;t=e[X];s=t.x*s+t.y*v;if(s>r)return;if(s>C){C=s;J=X}}s=parseInt(J);v=parseInt(s+1<T?s+1:0);t=P[s];P=P[v];if(C<Number.MIN_VALUE){b.m_pointCount=1;b.m_type=E.e_faceA;b.m_localPlaneNormal.SetV(e[J]);b.m_localPoint.x=0.5*(t.x+P.x);b.m_localPoint.y=0.5*(t.y+P.y)}else{C=(f-P.x)*(t.x-P.x)+(x-P.y)*(t.y-P.y);
74 if(P.LengthSquared()<Number.MIN_VALUE*Number.MIN_VALUE)break;X=x[t.m_count];X.indexA=m.GetSupport(w.MulTMV(s.R,P.GetNegative() (…)
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
player_testapi.js 50 * Respond with a number, duration of the media in seconds.
57 * Respond with a number, current media position in seconds.
65 * @param {number} time Media positions.
90 * Respond with a number, current volume [0..100].
98 * @param {number} volume Volume [0..100].
134 * @param {number} firstTrack Number of the file to play first (0-based).
144 * Respond with a current track number,
184 * @param {string|boolean|number} value Value to send back.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.cpp 151 v8::Local<v8::Number> v8Number = v8Value->ToNumber();
240 v8::Local<v8::Number> v8Number = v8Value->ToNumber();
V8NPObject.cpp 57 int number() const { return m_isString ? 0 : m_value.m_number; } function in struct:WebCore::IdentifierRep
284 v8SetReturnValue(info, npObjectGetProperty(info.Holder(), identifier, v8::Number::New(index), info.GetIsolate()));
296 v8SetReturnValue(info, npObjectGetProperty(self, identifier, v8::Number::New(index), info.GetIsolate()));
377 properties->Set(v8::Integer::New(i, info.GetIsolate()), v8::Integer::New(identifier->number(), info.GetIsolate()));
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 21 Number
MESA_multithread_makecurrent.spec 21 Number
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 21 Number
103 gives a description of and the number and order of elements in a

Completed in 738 milliseconds

<<11121314151617181920>>