Size: 492 bytes.


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# cs/renderer/numbers/BUILD
package(default_visibility = ["//visibility:public"])

cc_library(
    name = "clamp",
    hdrs = ["clamp.hh"],
)

cc_library(
    name = "in_range",
    hdrs = ["in_range.hh"],
)

cc_library(
    name = "map_value",
    hdrs = ["map_value.hh"],
)

cc_test(
    name = "map_value_test",
    srcs = ["map_value_test.cc"],
    deps = [
        ":in_range",
        ":map_value",
        "//cs/renderer/precision:floats",
        "@googletest//:gtest_main",
    ],
)
v0 (commit) © 2025 @p13i.io | Load balancer proxied to: cs-code-viewer-2:8080 in 4ms.