Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 25 of 2203) sorted by relevance

12345678910>>...89

/external/python/cpython2/Modules/
Dglmodule.c66 short arg1 ; in gl_qread() local
68 retval = qread( & arg1 ); in gl_qread()
73 PyTuple_SetItem(v, 1, mknewshortobject(arg1)); in gl_qread()
238 long arg1 ; in gl_nurbssurface() local
252 if (!PyArg_GetLongArraySize(args, 6, 0, &arg1)) in gl_nurbssurface()
254 if ((arg2 = PyMem_NEW(double, arg1 )) == NULL) { in gl_nurbssurface()
257 if (!PyArg_GetDoubleArray(args, 6, 0, arg1 , arg2)) in gl_nurbssurface()
280 s_nctl = arg1 - arg6; in gl_nurbssurface()
308 nurbssurface( arg1 , arg2 , arg3 , arg4 , in gl_nurbssurface()
324 long arg1 ; in gl_nurbscurve() local
[all …]
/external/crosvm/seccomp/aarch64/
Dvhost_vsock_device.policy8 # arg1 == VHOST_GET_FEATURES ||
9 # arg1 == VHOST_SET_FEATURES ||
10 # arg1 == VHOST_SET_OWNER ||
11 # arg1 == VHOST_RESET_OWNER ||
12 # arg1 == VHOST_SET_MEM_TABLE ||
13 # arg1 == VHOST_SET_LOG_BASE ||
14 # arg1 == VHOST_SET_LOG_FD ||
15 # arg1 == VHOST_SET_VRING_NUM ||
16 # arg1 == VHOST_SET_VRING_ADDR ||
17 # arg1 == VHOST_SET_VRING_BASE ||
[all …]
Dvhost_net_device.policy8 # arg1 == VHOST_GET_FEATURES ||
9 # arg1 == VHOST_SET_FEATURES ||
10 # arg1 == VHOST_SET_OWNER ||
11 # arg1 == VHOST_RESET_OWNER ||
12 # arg1 == VHOST_SET_MEM_TABLE ||
13 # arg1 == VHOST_SET_LOG_BASE ||
14 # arg1 == VHOST_SET_LOG_FD ||
15 # arg1 == VHOST_SET_VRING_NUM ||
16 # arg1 == VHOST_SET_VRING_ADDR ||
17 # arg1 == VHOST_SET_VRING_BASE ||
[all …]
/external/crosvm/seccomp/x86_64/
Dvhost_vsock_device.policy8 # arg1 == VHOST_GET_FEATURES ||
9 # arg1 == VHOST_SET_FEATURES ||
10 # arg1 == VHOST_SET_OWNER ||
11 # arg1 == VHOST_RESET_OWNER ||
12 # arg1 == VHOST_SET_MEM_TABLE ||
13 # arg1 == VHOST_SET_LOG_BASE ||
14 # arg1 == VHOST_SET_LOG_FD ||
15 # arg1 == VHOST_SET_VRING_NUM ||
16 # arg1 == VHOST_SET_VRING_ADDR ||
17 # arg1 == VHOST_SET_VRING_BASE ||
[all …]
Dvhost_net_device.policy8 # arg1 == VHOST_GET_FEATURES ||
9 # arg1 == VHOST_SET_FEATURES ||
10 # arg1 == VHOST_SET_OWNER ||
11 # arg1 == VHOST_RESET_OWNER ||
12 # arg1 == VHOST_SET_MEM_TABLE ||
13 # arg1 == VHOST_SET_LOG_BASE ||
14 # arg1 == VHOST_SET_LOG_FD ||
15 # arg1 == VHOST_SET_VRING_NUM ||
16 # arg1 == VHOST_SET_VRING_ADDR ||
17 # arg1 == VHOST_SET_VRING_BASE ||
[all …]
/external/crosvm/seccomp/arm/
Dvhost_vsock_device.policy8 # arg1 == VHOST_GET_FEATURES ||
9 # arg1 == VHOST_SET_FEATURES ||
10 # arg1 == VHOST_SET_OWNER ||
11 # arg1 == VHOST_RESET_OWNER ||
12 # arg1 == VHOST_SET_MEM_TABLE ||
13 # arg1 == VHOST_SET_LOG_BASE ||
14 # arg1 == VHOST_SET_LOG_FD ||
15 # arg1 == VHOST_SET_VRING_NUM ||
16 # arg1 == VHOST_SET_VRING_ADDR ||
17 # arg1 == VHOST_SET_VRING_BASE ||
[all …]
Dvhost_net_device.policy8 # arg1 == VHOST_GET_FEATURES ||
9 # arg1 == VHOST_SET_FEATURES ||
10 # arg1 == VHOST_SET_OWNER ||
11 # arg1 == VHOST_RESET_OWNER ||
12 # arg1 == VHOST_SET_MEM_TABLE ||
13 # arg1 == VHOST_SET_LOG_BASE ||
14 # arg1 == VHOST_SET_LOG_FD ||
15 # arg1 == VHOST_SET_VRING_NUM ||
16 # arg1 == VHOST_SET_VRING_ADDR ||
17 # arg1 == VHOST_SET_VRING_BASE ||
[all …]
/external/boringssl/src/third_party/fiat/
Dcurve25519_32.h34 static void fiat_25519_addcarryx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u26() argument
35 uint32_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u26()
56 static void fiat_25519_subborrowx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u26() argument
57 int32_t x1 = ((int32_t)(arg2 - arg1) - (int32_t)arg3); in fiat_25519_subborrowx_u26()
78 static void fiat_25519_addcarryx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u25() argument
79 uint32_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u25()
100 static void fiat_25519_subborrowx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u25() argument
101 int32_t x1 = ((int32_t)(arg2 - arg1) - (int32_t)arg3); in fiat_25519_subborrowx_u25()
120 static void fiat_25519_cmovznz_u32(uint32_t* out1, fiat_25519_uint1 arg1, uint32_t arg2, uint32_t a… in fiat_25519_cmovznz_u32() argument
121 fiat_25519_uint1 x1 = (!(!arg1)); in fiat_25519_cmovznz_u32()
[all …]
Dcurve25519_64.h36 static void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u51() argument
37 uint64_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u51()
58 static void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u51() argument
59 int64_t x1 = ((int64_t)(arg2 - (int64_t)arg1) - (int64_t)arg3); in fiat_25519_subborrowx_u51()
78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64() argument
79 fiat_25519_uint1 x1 = (!(!arg1)); in fiat_25519_cmovznz_u64()
102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul()
103 fiat_25519_uint128 x1 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[4]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
104 fiat_25519_uint128 x2 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[3]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
105 fiat_25519_uint128 x3 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[2]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
[all …]
/external/rust/crates/ring/third_party/fiat/
Dcurve25519_32.h34 static void fiat_25519_addcarryx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u26() argument
35 uint32_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u26()
56 static void fiat_25519_subborrowx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u26() argument
57 int32_t x1 = ((int32_t)(arg2 - arg1) - (int32_t)arg3); in fiat_25519_subborrowx_u26()
78 static void fiat_25519_addcarryx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u25() argument
79 uint32_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u25()
100 static void fiat_25519_subborrowx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u25() argument
101 int32_t x1 = ((int32_t)(arg2 - arg1) - (int32_t)arg3); in fiat_25519_subborrowx_u25()
120 static void fiat_25519_cmovznz_u32(uint32_t* out1, fiat_25519_uint1 arg1, uint32_t arg2, uint32_t a… in fiat_25519_cmovznz_u32() argument
121 fiat_25519_uint1 x1 = (!(!arg1)); in fiat_25519_cmovznz_u32()
[all …]
Dcurve25519_64.h36 static void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u51() argument
37 uint64_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u51()
58 static void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u51() argument
59 int64_t x1 = ((int64_t)(arg2 - (int64_t)arg1) - (int64_t)arg3); in fiat_25519_subborrowx_u51()
78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64() argument
79 fiat_25519_uint1 x1 = (!(!arg1)); in fiat_25519_cmovznz_u64()
102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul()
103 fiat_25519_uint128 x1 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[4]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
104 fiat_25519_uint128 x2 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[3]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
105 fiat_25519_uint128 x3 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[2]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/fiat/
Dcurve25519_32.h34 static void fiat_25519_addcarryx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u26() argument
35 uint32_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u26()
56 static void fiat_25519_subborrowx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u26() argument
57 int32_t x1 = ((int32_t)(arg2 - arg1) - (int32_t)arg3); in fiat_25519_subborrowx_u26()
78 static void fiat_25519_addcarryx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u25() argument
79 uint32_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u25()
100 static void fiat_25519_subborrowx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u25() argument
101 int32_t x1 = ((int32_t)(arg2 - arg1) - (int32_t)arg3); in fiat_25519_subborrowx_u25()
120 static void fiat_25519_cmovznz_u32(uint32_t* out1, fiat_25519_uint1 arg1, uint32_t arg2, uint32_t a… in fiat_25519_cmovznz_u32() argument
121 fiat_25519_uint1 x1 = (!(!arg1)); in fiat_25519_cmovznz_u32()
[all …]
Dcurve25519_64.h36 static void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u51() argument
37 uint64_t x1 = ((arg1 + arg2) + arg3); in fiat_25519_addcarryx_u51()
58 static void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1 in fiat_25519_subborrowx_u51() argument
59 int64_t x1 = ((int64_t)(arg2 - (int64_t)arg1) - (int64_t)arg3); in fiat_25519_subborrowx_u51()
78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64() argument
79 fiat_25519_uint1 x1 = (!(!arg1)); in fiat_25519_cmovznz_u64()
102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul()
103 fiat_25519_uint128 x1 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[4]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
104 fiat_25519_uint128 x2 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[3]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
105 fiat_25519_uint128 x3 = ((fiat_25519_uint128)(arg1[4]) * ((arg2[2]) * UINT8_C(0x13))); in fiat_25519_carry_mul()
[all …]
/external/dng_sdk/source/
Ddng_safe_arithmetic.cpp25 T SafeAdd(T arg1, T arg2) { in SafeAdd() argument
32 if ((arg1 >= 0 && arg2 <= std::numeric_limits<T>::max() - arg1) || in SafeAdd()
33 (arg1 < 0 && arg2 >= std::numeric_limits<T>::min() - arg1)) { in SafeAdd()
34 return arg1 + arg2; in SafeAdd()
45 T SafeUnsignedMult(T arg1, T arg2) { in SafeUnsignedMult() argument
46 if (arg1 == 0 || arg2 <= std::numeric_limits<T>::max() / arg1) { in SafeUnsignedMult()
47 return arg1 * arg2; in SafeUnsignedMult()
56 bool SafeInt32Add(std::int32_t arg1, std::int32_t arg2, std::int32_t *result) { in SafeInt32Add() argument
58 *result = SafeInt32Add(arg1, arg2); in SafeInt32Add()
65 std::int32_t SafeInt32Add(std::int32_t arg1, std::int32_t arg2) { in SafeInt32Add() argument
[all …]
/external/ImageMagick/MagickWand/
Doperation.c439 *arg1, in CLISettingOptionInfo() local
451 #define ArgOption(def) (IfSetOption?arg1:(const char *)(def)) in CLISettingOptionInfo()
461 arg1 = arg1n, in CLISettingOptionInfo()
473 arg1=InterpretImageProperties(_image_info,_image,arg1n,_exception); in CLISettingOptionInfo()
474 if (arg1 == (char *) NULL) { in CLISettingOptionInfo()
476 arg1=arg1n; /* use the given argument as is */ in CLISettingOptionInfo()
504 (void) ParseAffineGeometry(arg1,&_draw_info->affine,_exception); in CLISettingOptionInfo()
518 if (IfSetOption && (IsGeometry(arg1) == MagickFalse)) in CLISettingOptionInfo()
519 CLIWandExceptArgBreak(OptionError,"InvalidArgument",option,arg1); in CLISettingOptionInfo()
559 if (IfSetOption && (IsGeometry(arg1) == MagickFalse)) in CLISettingOptionInfo()
[all …]
/external/llvm-project/mlir/test/Conversion/SPIRVToLLVM/
Dcomparison-ops-to-llvm.mlir8 spv.func @i_equal_scalar(%arg0: i32, %arg1: i32) "None" {
10 %0 = spv.IEqual %arg0, %arg1 : i32
15 spv.func @i_equal_vector(%arg0: vector<4xi64>, %arg1: vector<4xi64>) "None" {
17 %0 = spv.IEqual %arg0, %arg1 : vector<4xi64>
26 spv.func @i_not_equal_scalar(%arg0: i64, %arg1: i64) "None" {
28 %0 = spv.INotEqual %arg0, %arg1 : i64
33 spv.func @i_not_equal_vector(%arg0: vector<2xi64>, %arg1: vector<2xi64>) "None" {
35 %0 = spv.INotEqual %arg0, %arg1 : vector<2xi64>
44 spv.func @s_greater_than_equal_scalar(%arg0: i64, %arg1: i64) "None" {
46 %0 = spv.SGreaterThanEqual %arg0, %arg1 : i64
[all …]
Darithmetic-ops-to-llvm.mlir8 spv.func @iadd_scalar(%arg0: i32, %arg1: i32) "None" {
10 %0 = spv.IAdd %arg0, %arg1 : i32
15 spv.func @iadd_vector(%arg0: vector<4xi64>, %arg1: vector<4xi64>) "None" {
17 %0 = spv.IAdd %arg0, %arg1 : vector<4xi64>
26 spv.func @isub_scalar(%arg0: i8, %arg1: i8) "None" {
28 %0 = spv.ISub %arg0, %arg1 : i8
33 spv.func @isub_vector(%arg0: vector<2xi16>, %arg1: vector<2xi16>) "None" {
35 %0 = spv.ISub %arg0, %arg1 : vector<2xi16>
44 spv.func @imul_scalar(%arg0: i32, %arg1: i32) "None" {
46 %0 = spv.IMul %arg0, %arg1 : i32
[all …]
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dsplit-merged-operands.mlir3 func @testSingleLstm(%arg0: tensor<4x4xf32>, %arg1: tensor<4xf32>) -> tensor<4x4xf32> {
7 …0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg…
10 …0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg…
14 func @testMultipleLstms(%arg0: tensor<4x4xf32>, %arg1: tensor<4xf32>) -> tensor<4x4xf32> {
18 …0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg…
21 …0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg…
24 …0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg…
25 …0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg0, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg1, %arg…
/external/llvm-project/mlir/test/IR/
Dop-stats.mlir4 ^bb0(%arg0: tensor<4xf32>, %arg1: tensor<4xf32>):
5 %0 = addf %arg0, %arg1 : tensor<4xf32>
6 %1 = addf %arg0, %arg1 : tensor<4xf32>
7 %2 = addf %arg0, %arg1 : tensor<4xf32>
8 %3 = addf %arg0, %arg1 : tensor<4xf32>
9 %4 = addf %arg0, %arg1 : tensor<4xf32>
10 %5 = addf %arg0, %arg1 : tensor<4xf32>
11 %10 = "xla.add"(%0, %arg1) : (tensor<4xf32>,tensor<4xf32>)-> tensor<4xf32>
12 %11 = "xla.add"(%0, %arg1) : (tensor<4xf32>,tensor<4xf32>)-> tensor<4xf32>
13 %12 = "xla.add"(%0, %arg1) : (tensor<4xf32>,tensor<4xf32>)-> tensor<4xf32>
[all …]
/external/llvm-project/mlir/test/Dialect/Tosa/
Dbroadcast.mlir5 func @test_broadcast0(%arg0: tensor<1xf32>, %arg1: tensor<1xf32>) -> tensor<1xf32> {
7 %0 = "tosa.add"(%arg0, %arg1) : (tensor<1xf32>, tensor<1xf32>) -> tensor<1xf32>
13 func @test_broadcast1(%arg0: tensor<1xf32>, %arg1: tensor<2x1xf32>) -> tensor<2x1xf32> {
15 %0 = "tosa.add"(%arg0, %arg1) : (tensor<1xf32>, tensor<2x1xf32>) -> tensor<2x1xf32>
21 func @test_broadcast2(%arg0: tensor<2x1xf32>, %arg1: tensor<1xf32>) -> tensor<2x1xf32> {
23 %0 = "tosa.add"(%arg0, %arg1) : (tensor<2x1xf32>, tensor<1xf32>) -> tensor<2x1xf32>
29 func @test_broadcast3(%arg0: tensor<2x1x1x1xf32>, %arg1: tensor<1xf32>) -> tensor<2x1x1x1xf32> {
31 %0 = "tosa.add"(%arg0, %arg1) : (tensor<2x1x1x1xf32>, tensor<1xf32>) -> tensor<2x1x1x1xf32>
37 func @test_broadcast4(%arg0: tensor<1x1x1x2xf32>, %arg1: tensor<1xf32>) -> tensor<1x1x1x2xf32> {
39 %0 = "tosa.add"(%arg0, %arg1) : (tensor<1x1x1x2xf32>, tensor<1xf32>) -> tensor<1x1x1x2xf32>
[all …]
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/
Dlogical-ops.mlir4 spv.func @iequal_scalar(%arg0: i32, %arg1: i32) "None" {
6 %0 = spv.IEqual %arg0, %arg1 : i32
9 spv.func @inotequal_vector(%arg0: vector<4xi32>, %arg1: vector<4xi32>) "None" {
11 %0 = spv.INotEqual %arg0, %arg1 : vector<4xi32>
14 spv.func @sgt_vector(%arg0: vector<4xi32>, %arg1: vector<4xi32>) "None" {
16 %0 = spv.SGreaterThan %arg0, %arg1 : vector<4xi32>
19 spv.func @sge_vector(%arg0: vector<4xi32>, %arg1: vector<4xi32>) "None" {
21 %0 = spv.SGreaterThanEqual %arg0, %arg1 : vector<4xi32>
24 spv.func @slt_vector(%arg0: vector<4xi32>, %arg1: vector<4xi32>) "None" {
26 %0 = spv.SLessThan %arg0, %arg1 : vector<4xi32>
[all …]
Darithmetic-ops.mlir4 spv.func @fmul(%arg0 : f32, %arg1 : f32) "None" {
6 %0 = spv.FMul %arg0, %arg1 : f32
9 spv.func @fadd(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" {
11 %0 = spv.FAdd %arg0, %arg1 : vector<4xf32>
14 spv.func @fdiv(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" {
16 %0 = spv.FDiv %arg0, %arg1 : vector<4xf32>
19 spv.func @fmod(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" {
21 %0 = spv.FMod %arg0, %arg1 : vector<4xf32>
29 spv.func @fsub(%arg0 : vector<4xf32>, %arg1 : vector<4xf32>) "None" {
31 %0 = spv.FSub %arg0, %arg1 : vector<4xf32>
[all …]
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs219 pub fn sqlite3_close(arg1: *mut sqlite3) -> ::std::os::raw::c_int; in sqlite3_close()
222 ::std::option::Option<unsafe extern "C" fn(arg1:
231 pub fn sqlite3_exec(arg1: *mut sqlite3, in sqlite3_exec()
234 ::std::option::Option<unsafe extern "C" fn(arg1: in sqlite3_exec()
257 pub xClose: ::std::option::Option<unsafe extern "C" fn(arg1:
260 pub xRead: ::std::option::Option<unsafe extern "C" fn(arg1:
269 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1:
278 pub xTruncate: ::std::option::Option<unsafe extern "C" fn(arg1:
283 pub xSync: ::std::option::Option<unsafe extern "C" fn(arg1:
288 pub xFileSize: ::std::option::Option<unsafe extern "C" fn(arg1:
[all …]
Dbindgen_3.6.23.rs247 pub fn sqlite3_close(arg1: *mut sqlite3) -> ::std::os::raw::c_int; in sqlite3_close()
250 ::std::option::Option<unsafe extern "C" fn(arg1:
259 pub fn sqlite3_exec(arg1: *mut sqlite3, in sqlite3_exec()
262 ::std::option::Option<unsafe extern "C" fn(arg1: in sqlite3_exec()
285 pub xClose: ::std::option::Option<unsafe extern "C" fn(arg1:
288 pub xRead: ::std::option::Option<unsafe extern "C" fn(arg1:
297 pub xWrite: ::std::option::Option<unsafe extern "C" fn(arg1:
306 pub xTruncate: ::std::option::Option<unsafe extern "C" fn(arg1:
311 pub xSync: ::std::option::Option<unsafe extern "C" fn(arg1:
316 pub xFileSize: ::std::option::Option<unsafe extern "C" fn(arg1:
[all …]
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dchlo_legalize_to_hlo_broadcasts.mlir6 func @addWithoutBroadcast(%arg0: tensor<4xf32>, %arg1: tensor<4xf32>) -> tensor<4xf32> {
7 // CHECK: mhlo.add %arg0, %arg1
8 %0 = chlo.broadcast_add %arg0, %arg1 : (tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32>
16 func @dynamicBroadcast(%arg0: tensor<?xf32>, %arg1: tensor<?x?xf32>) -> tensor<?x?xf32> {
29 %0 = chlo.broadcast_add %arg0, %arg1 : (tensor<?xf32>, tensor<?x?xf32>) -> tensor<?x?xf32>
37 func @dynamicBroadcastComplex(%arg0: tensor<?xf32>, %arg1: tensor<?x?xf32>) -> tensor<?x?xcomplex<f…
50 …%0 = chlo.broadcast_complex %arg0, %arg1 : (tensor<?xf32>, tensor<?x?xf32>) -> tensor<?x?xcomplex<…
58 func @dynamicBroadcastCompare(%arg0: tensor<?xf32>, %arg1: tensor<?x?xf32>) -> tensor<?x?xi1> {
71 …%0 = chlo.broadcast_compare %arg0, %arg1 {comparison_direction = "EQ"} : (tensor<?xf32>, tensor<?x…
78 func @dynamicNonScalarBroadcastDimensions(%arg0: tensor<1x4xf32>, %arg1: tensor<4xf32>) -> tensor<1…
[all …]

12345678910>>...89