OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_val
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/effects/
SkMagnifierImageFilter.cpp
436
int
x_val
= SkTPin(bounds.x() + SkScalarFloorToInt(x_interp), 0, inputBM.width() - 1);
local
439
*dptr = *inputBM.getAddr32(
x_val
, y_val);
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h
362
PrimaryChromaticity(float
x_val
, float y_val) : x_(
x_val
), y_(y_val) {}
[
all
...]
/external/v8/src/parsing/
parser.cc
321
double
x_val
= (*x)->AsLiteral()->raw_value()->AsNumber();
local
328
*x = factory()->NewNumberLiteral(
x_val
+ y_val, pos, has_dot);
331
*x = factory()->NewNumberLiteral(
x_val
- y_val, pos, has_dot);
334
*x = factory()->NewNumberLiteral(
x_val
* y_val, pos, has_dot);
337
*x = factory()->NewNumberLiteral(
x_val
/ y_val, pos, has_dot);
340
int value = DoubleToInt32(
x_val
) | DoubleToInt32(y_val);
345
int value = DoubleToInt32(
x_val
) & DoubleToInt32(y_val);
350
int value = DoubleToInt32(
x_val
) ^ DoubleToInt32(y_val);
355
int value = DoubleToInt32(
x_val
) << (DoubleToInt32(y_val) & 0x1f);
361
uint32_t value = DoubleToUint32(
x_val
) >> shift
[
all
...]
/external/boringssl/
sources.mk
250
src/crypto/x509/
x_val
.c\
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
OpensslLib.inf
562
$(OPENSSL_PATH)/crypto/asn1/
x_val
.c
Completed in 201 milliseconds