Searched defs:value (Results 1 – 4 of 4) sorted by relevance
| /honee/ |
| H A D | pytorch_pkgconfig.py | 19 def add_variable(file, variable, value): argument 23 def add_keyword(file, key, value): argument
|
| /honee/src/ |
| H A D | mat-ceed.c | 791 PetscErrorCode MatCeedSetContextDouble(Mat mat, const char *name, double value) { in MatCeedSetContextDouble() 842 PetscErrorCode MatCeedGetContextDouble(Mat mat, const char *name, double *value) { in MatCeedGetContextDouble() 879 PetscErrorCode MatCeedSetContextReal(Mat mat, const char *name, PetscReal value) { in MatCeedSetContextReal() 898 PetscErrorCode MatCeedGetContextReal(Mat mat, const char *name, PetscReal *value) { in MatCeedGetContextReal()
|
| H A D | misc.c | 209 …rrorCode HoneeOptionsSetValueDefault(PetscOptions options, const char name[], const char value[]) { in HoneeOptionsSetValueDefault()
|
| H A D | dm-utils.c | 1184 static PetscErrorCode DMGetStratumISAtHeight(DM dm, const char name[], PetscInt value, PetscInt hei… in DMGetStratumISAtHeight() 1312 for (PetscInt value = minmax_values[0]; value <= minmax_values[1]; value++) { in DMLabelCreateGlobalValueArray() local
|